Home
last modified time | relevance | path

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

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