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

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DRenderer.java317 final private int SUBPIXEL_POSITIONS_Y; field in class:Renderer
347 this.SUBPIXEL_POSITIONS_Y = 1 << (SUBPIXEL_LG_POSITIONS_Y);
348 this.MAX_AA_ALPHA = (SUBPIXEL_POSITIONS_X * SUBPIXEL_POSITIONS_Y);
353 this.boundsMinY = pix_boundsY * SUBPIXEL_POSITIONS_Y;
355 this.boundsMaxY = (pix_boundsY + pix_boundsHeight) * SUBPIXEL_POSITIONS_Y;
368 return pix_y * SUBPIXEL_POSITIONS_Y;

Completed in 35 milliseconds