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

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