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

/openjdk7/jdk/src/share/classes/java/awt/
H A DPolygon.java232 int boundsMaxX = Integer.MIN_VALUE;
238 boundsMaxX = Math.max(boundsMaxX, x);
244 boundsMaxX - boundsMinX,
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DRenderer.java326 private final int boundsMinX, boundsMinY, boundsMaxX, boundsMaxY; field in class:Renderer
354 this.boundsMaxX = (pix_boundsX + pix_boundsWidth) * SUBPIXEL_POSITIONS_X;
516 int spmaxX = Math.min((int)Math.ceil(edgeMaxX), boundsMaxX);
528 boundsMaxX >> SUBPIXEL_LG_POSITIONS_X,

Completed in 122 milliseconds