Searched defs:outYMax (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 2116 outYMax = (jint)(hnd->dhnd->yMaxf * MDP_MULT); 2118 TESTANDCLIP(outYMin, outYMax, y1, x1, y2, x2, jint, res); 2120 TESTANDCLIP(outYMin, outYMax, y2, x2, y1, x1, jint, res);
|
Completed in 37 milliseconds