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

/openjdk7/jdk/src/share/classes/java/awt/
H A DPolygon.java233 int boundsMaxY = Integer.MIN_VALUE;
241 boundsMaxY = Math.max(boundsMaxY, y);
245 boundsMaxY - boundsMinY);
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DRenderer.java277 final int lastCrossing = Math.min((int)Math.ceil(y2), boundsMaxY);
326 private final int boundsMinX, boundsMinY, boundsMaxX, boundsMaxY; field in class:Renderer
355 this.boundsMaxY = (pix_boundsY + pix_boundsHeight) * SUBPIXEL_POSITIONS_Y;
359 edgeBuckets = new int[boundsMaxY - boundsMinY];
518 int spmaxY = Math.min((int)Math.ceil(edgeMaxY), boundsMaxY);
529 boundsMaxY >> SUBPIXEL_LG_POSITIONS_Y);

Completed in 31 milliseconds