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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmstypes.c2479 cmsUInt32Number offsetM; // Offset to first "M" curve local
2495 if (!_cmsReadUInt32Number(io, &offsetM)) return NULL;
2515 if (offsetM != 0) {
2516 mpe = ReadSetOfCurves(self, io, BaseOffset + offsetM, outputChan);
2687 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; local
2736 offsetM = io ->Tell(io) - BaseOffset;
2757 if (!_cmsWriteUInt32Number(io, offsetM)) return FALSE;
2798 cmsUInt32Number offsetM; // Offset to first "M" curve local
2815 if (!_cmsReadUInt32Number(io, &offsetM)) return NULL;
2835 if (offsetM !
2875 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; local
[all...]

Completed in 47 milliseconds