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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.h65 jfloat xMinf, yMinf, xMaxf, yMaxf; member in struct:_DrawHandler
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java53 public float xMinf; field in class:ProcessPath.DrawHandler
84 xMinf = xMin - 0.5f;
800 if (hnd.dhnd.xMaxf < xMin || hnd.dhnd.xMinf > xMax ||
820 if (hnd.dhnd.xMinf > xMax) {
821 coords[0] = coords[2] = coords[4] = hnd.dhnd.xMinf;
845 hnd.dhnd.xMinf >= xMin ||
1159 if (hnd.dhnd.xMaxf < xMin || hnd.dhnd.xMinf > xMax ||
1179 if (hnd.dhnd.xMinf > xMax) {
1181 hnd.dhnd.xMinf;
1211 hnd.dhnd.xMinf > xMi
[all...]

Completed in 904 milliseconds