Searched refs:outXMin (Results 1 - 2 of 2) 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);
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java2031 int outXMin, outXMax, outYMin, outYMax;
2047 outXMin = (int)(dhnd.xMinf * MDP_MULT);
2068 * CLIPCLAMP(outXMin, outXMax, x1, y1, x2, y2, x3, y3, res);
2070 res = CLIPCLAMP(outXMin, outXMax, c, 0, 1, 2, 3, 4, 5);
2084 * CLIPCLAMP(outXMin, outXMax, x2, y2, x1, y1, x3, y3, res);
2086 res = CLIPCLAMP(outXMin, outXMax, c, 2, 3, 0, 1, 4, 5);

Completed in 42 milliseconds