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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphList.java461 float bx0, by0, bx1, by1;
463 bx1 = by1 = Float.NEGATIVE_INFINITY;
489 if (bx1 < gx1) bx1 = gx1;
497 bounds[2] = (int)Math.floor(bx1);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifBorders.java147 int bx1 = x+1;
162 bx1 +=6;
173 g.drawRect(bx1-1, by1-1, bx2-bx1+2, by2-by1+2);
178 g.drawLine(bx1, by1, bx2, by1);
179 g.drawLine(bx1, by1, bx1, by2);
183 g.drawLine(bx1+1, by2, bx2, by2);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java785 int bx1 = bbands[bcol++];
787 int x = Math.min(ax1, bx1);
802 bx1 = bbands[bcol++];
806 bx1 = bx2 = hix;
812 if (x < bx1) {
814 xend = Math.min(ax1, bx1);
817 xend = Math.min(ax2, bx1);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c516 jint bx1 = (x1 < x2) ? fx1 + MDP_MULT : fx1; local
519 /* intersection with column bx1 */
520 jint cross = y1 + ((bx1 - x1)*dy)/dx;
522 rx1 = bx1;
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java618 int bx1 = (x1 < x2) ? fx1 + MDP_MULT : fx1;
621 /* intersection with column bx1 */
622 int cross = y1 + ((bx1 - x1)*dy)/dx;
624 rx1 = bx1;

Completed in 557 milliseconds