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

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DRenderer.java367 private float tosubpixy(float pix_y) { argument
368 return pix_y * SUBPIXEL_POSITIONS_Y;
544 private void emitRow(int[] alphaRow, int pix_y, int pix_from, int pix_to) { argument
548 cache.startRow(pix_y, pix_from);

Completed in 32 milliseconds