Searched refs:FROM_16_TO_8 (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/third_party/lcms/src/
H A Dcmspack.c1300 v = FROM_16_TO_8(wOut[index]);
1405 cmsUInt8Number v = FROM_16_TO_8(wOut[index]);
1462 *output++ = FROM_16_TO_8(wOut[0]);
1463 *output++ = FROM_16_TO_8(wOut[1]);
1464 *output++ = FROM_16_TO_8(wOut[2]);
1465 *output++ = FROM_16_TO_8(wOut[3]);
1466 *output++ = FROM_16_TO_8(wOut[4]);
1467 *output++ = FROM_16_TO_8(wOut[5]);
1483 *output++ = FROM_16_TO_8(wOut[5]);
1484 *output++ = FROM_16_TO_8(wOu
[all...]
H A Dcmsalpha.c103 *(cmsUInt8Number*) dst = FROM_16_TO_8(n);
H A Dlcms2_internal.h104 #define FROM_16_TO_8(rgb) (cmsUInt8Number) ((((cmsUInt32Number)(rgb) * 65281U + 8388608U) >> 24) & 0xFFU) macro
H A Dcmstypes.c1706 val = (cmsUInt8Number) FROM_16_TO_8(Tables->TheCurves[i]->Table16[j]);
1935 val = (cmsUInt8Number) FROM_16_TO_8(clut ->Tab.T[j]);
2657 if (!_cmsWriteUInt8Number(io, FROM_16_TO_8(CLUT->Tab.T[i]))) return FALSE;
H A Dcmsopt.c1587 cmsUInt8Number b = FROM_16_TO_8(w);

Completed in 138 milliseconds