Searched defs:outXMax (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/native/sun/java2d/loops/ |
H A D | ProcessPath.c | 2098 jint outXMin, outXMax, outYMin, outYMax; local 2114 outXMax = (jint)(hnd->dhnd->xMaxf * 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 164 milliseconds