Searched refs:tosubpixy (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) { method in class:Renderer
375 this.y0 = tosubpixy(pix_y0);
381 float y1 = tosubpixy(pix_y1);
393 final float ye = tosubpixy(y3);
394 c.set(x0, y0, tosubpixx(x1), tosubpixy(y1), tosubpixx(x2), tosubpixy(y2), xe, ye);
402 final float ye = tosubpixy(y2);
403 c.set(x0, y0, tosubpixx(x1), tosubpixy(y1), xe, ye);

Completed in 29 milliseconds