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

/openjdk7/jdk/src/share/classes/java/awt/
H A DPolygon.java230 int boundsMinX = Integer.MAX_VALUE;
237 boundsMinX = Math.min(boundsMinX, x);
243 bounds = new Rectangle(boundsMinX, boundsMinY,
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
352 this.boundsMinX = pix_boundsX * SUBPIXEL_POSITIONS_X;
515 int spminX = Math.max((int)Math.ceil(edgeMinX), boundsMinX);
526 this.cache = new PiscesCache(boundsMinX >> SUBPIXEL_LG_POSITIONS_X,

Completed in 30 milliseconds