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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c2098 jint outXMin, outXMax, outYMin, outYMax; local
2113 outXMin = (jint)(hnd->dhnd->xMinf * MDP_MULT);
2125 CLIPCLAMP(outXMin, outXMax, x1, y1, x2, y2, x3, y3, jint, res);
2137 CLIPCLAMP(outXMin, outXMax, x2, y2, x1, y1, x3, y3, jint, res);

Completed in 2517 milliseconds