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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmstypes.c2478 cmsUInt32Number offsetMat; // Offset to matrix local
2494 if (!_cmsReadUInt32Number(io, &offsetMat)) return NULL;
2521 if (offsetMat != 0) {
2522 mpe = ReadMatrix(self, io, BaseOffset + offsetMat);
2687 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; local
2741 offsetMat = io ->Tell(io) - BaseOffset;
2756 if (!_cmsWriteUInt32Number(io, offsetMat)) return FALSE;
2797 cmsUInt32Number offsetMat; // Offset to matrix local
2814 if (!_cmsReadUInt32Number(io, &offsetMat)) return NULL;
2829 if (offsetMat !
2875 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; local
[all...]

Completed in 105 milliseconds