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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java502 int offsetB;
508 offsetB = fStartOffset;
514 offsetB = fEndOffset;
520 offsetB = fStartOffset;
525 offsetB = fEndOffset;
537 if (offsetA < offsetB) return 1;
538 if (offsetA == offsetB) return 0;
562 if (index < offsetB) return 1;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmstypes.c2477 cmsUInt32Number offsetB; // Offset to first "B" curve local
2493 if (!_cmsReadUInt32Number(io, &offsetB)) return NULL;
2527 if (offsetB != 0) {
2528 mpe = ReadSetOfCurves(self, io, BaseOffset + offsetB, outputChan);
2687 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; local
2747 offsetB = io ->Tell(io) - BaseOffset;
2755 if (!_cmsWriteUInt32Number(io, offsetB)) return FALSE;
2796 cmsUInt32Number offsetB; // Offset to first "B" curve local
2813 if (!_cmsReadUInt32Number(io, &offsetB)) return NULL;
2823 if (offsetB !
2875 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; local
[all...]

Completed in 123 milliseconds