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

/openjdk7/jdk/test/java/util/logging/
H A DCustomLogManager.java63 int ix2 = name.indexOf(".", ix);
64 if (ix2 < 0) {
67 String pname = name.substring(0, ix2);
78 ix = ix2 + 1;
159 int ix2 = name.indexOf(".", ix);
160 if (ix2 < 0) {
163 String pname = name.substring(0, ix2);
170 ix = ix2 + 1;
/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); }
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java240 int ix2 = (int) Math.floor(x2 - sg2d.transX);
242 ((PixelDrawPipe)outrenderer).drawLine(sg2d, ix1, iy1, ix2, iy2);
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogManager.java690 int ix2 = name.indexOf(".", ix);
691 if (ix2 < 0) {
694 String pname = name.substring(0, ix2);
701 ix = ix2+1;
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java450 int ix2 = ix << 1;
451 positions[ix2] = (float)pos.getX();
452 positions[ix2 + 1] = (float)pos.getY();

Completed in 54 milliseconds