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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DFillParallelogram.c50 jint ix1, iy1, ix2, iy2; local
62 PGRAM_MIN_MAX(ix1, ix2, x0, dx1, dx2, JNI_FALSE);
81 SurfaceData_IntersectBoundsXYXY(&rasInfo.bounds, ix1, iy1, ix2, iy2);
94 ix2 = rasInfo.bounds.x2;
96 if (ix2 > ix1 && iy2 > iy1) {
119 ix1, loy, ix2, hiy,
137 ix1, loy, ix2, hiy,
153 ix1, loy, ix2, hiy,
169 ix1, loy, ix2, hiy,
H A DDrawParallelogram.c38 jint ix2 = (jint) floor(X2); \
43 ix1, iy1, ix2, iy2, JNI_TRUE); \
106 jint ix1, iy1, ix2, iy2; local
127 PGRAM_MIN_MAX(ix1, ix2, ox0, dx1+ldx1, dx2+ldx2, JNI_FALSE);
146 SurfaceData_IntersectBoundsXYXY(&rasInfo.bounds, ix1, iy1, ix2, iy2);
159 ix2 = rasInfo.bounds.x2;
161 if (ix2 > ix1 && iy2 > iy1) {
293 ix1, loy, ix2, hiy,
H A DMaskFill.c685 jint ix1, iy1, ix2, iy2; local
697 PGRAM_MIN_MAX(ix1, ix2, x0, dx1, dx2, JNI_TRUE);
715 SurfaceData_IntersectBoundsXYXY(&rasInfo.bounds, ix1, iy1, ix2, iy2);
728 ix2 = rasInfo.bounds.x2;
730 if (ix2 > ix1 && iy2 > iy1) {
731 jint width = ix2 - ix1;
951 jint ix1, iy1, ix2, iy2; local
989 PGRAM_MIN_MAX(ix1, ix2, ox0, dx1+ldx1, dx2+ldx2, JNI_TRUE);
1007 SurfaceData_IntersectBoundsXYXY(&rasInfo.bounds, ix1, iy1, ix2, iy2);
1020 ix2
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.h106 entry* getRefUsing(cpindex* ix2) argument
107 { assert(ix == null); return getRefCommon(ix2, true); }

Completed in 58 milliseconds