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

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DRenderer.java364 private float tosubpixx(float pix_x) { method in class:Renderer
376 this.x0 = tosubpixx(pix_x0);
380 float x1 = tosubpixx(pix_x1);
392 final float xe = tosubpixx(x3);
394 c.set(x0, y0, tosubpixx(x1), tosubpixy(y1), tosubpixx(x2), tosubpixy(y2), xe, ye);
401 final float xe = tosubpixx(x2);
403 c.set(x0, y0, tosubpixx(x1), tosubpixy(y1), xe, ye);

Completed in 31 milliseconds