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

/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 115 milliseconds