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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmspack.c1276 v = FROM_16_TO_8(wOut[index]);
1381 cmsUInt8Number v = FROM_16_TO_8(wOut[index]);
1438 *output++ = FROM_16_TO_8(wOut[0]);
1439 *output++ = FROM_16_TO_8(wOut[1]);
1440 *output++ = FROM_16_TO_8(wOut[2]);
1441 *output++ = FROM_16_TO_8(wOut[3]);
1442 *output++ = FROM_16_TO_8(wOut[4]);
1443 *output++ = FROM_16_TO_8(wOut[5]);
1459 *output++ = FROM_16_TO_8(wOut[5]);
1460 *output++ = FROM_16_TO_8(wOu
[all...]
H A Dlcms2_internal.h125 #define FROM_16_TO_8(rgb) (cmsUInt8Number) ((((rgb) * 65281 + 8388608) >> 24) & 0xFF) macro
H A Dcmstypes.c1714 val = (cmsUInt8Number) FROM_16_TO_8(Tables->TheCurves[i]->Table16[j]);
1945 val = (cmsUInt8Number) FROM_16_TO_8(clut ->Tab.T[j]);
2658 if (!_cmsWriteUInt8Number(io, FROM_16_TO_8(CLUT->Tab.T[i]))) return FALSE;
H A Dcmsopt.c1488 cmsUInt8Number b = FROM_16_TO_8(w);

Completed in 65 milliseconds