Searched defs:offsetC (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmstypes.c2480 cmsUInt32Number offsetC; // Offset to CLUT local
2496 if (!_cmsReadUInt32Number(io, &offsetC)) return NULL;
2509 if (offsetC != 0) {
2510 mpe = ReadCLUT(self, io, BaseOffset + offsetC, inputChan, outputChan);
2687 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; local
2730 offsetC = io ->Tell(io) - BaseOffset;
2758 if (!_cmsWriteUInt32Number(io, offsetC)) return FALSE;
2799 cmsUInt32Number offsetC; // Offset to CLUT local
2816 if (!_cmsReadUInt32Number(io, &offsetC)) return NULL;
2841 if (offsetC !
2875 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; local
[all...]

Completed in 47 milliseconds