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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DScaledBlit.c177 * Reverse map a srctarget coordinate into device space and refine the
216 refine(jint intorigin, jdouble dblorigin, jint tilesize, function
377 * Only refine lower bounds if lower source coordinate was clipped
379 * Always refine upper bounds since we want to make sure not to
398 : refine(idx1, ddx1, tilesize, scalex,
400 dstInfo.bounds.x2 = refine(idx1, ddx1, tilesize, scalex,
412 : refine(idy1, ddy1, tilesize, scaley,
414 dstInfo.bounds.y2 = refine(idy1, ddy1, tilesize, scaley,
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DOrder3.java357 t = refine(a, b, c, y, Q * Math.cos(theta / 3.0) - a_3);
359 t = refine(a, b, c, y,
363 t = refine(a, b, c, y,
377 t = refine(a, b, c, y, (A + B) - a_3);
409 public double refine(double a, double b, double c, method in class:Order3

Completed in 31 milliseconds