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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DMaskFill.c121 jint rx2 = (jint) floor(x2); local
128 x2 = x2-rx2;
136 if (rx2 < rx1) {
140 rx2 = cx2;
152 if (cx2 > rx2) {
181 if (midx < rx2 && midx < cx2) {
182 jint midw = ((rx2 < cx2) ? rx2 : cx2) - midx;
215 if (cx2 > rx2) {
H A DProcessPath.c479 jint rx1, ry1, rx2, ry2; local
493 rx2 = x2 + MDP_HALF_MULT;
537 rx2 = x2 + MDP_HALF_MULT;
547 rx2 = bx2;
552 rx2 = cross + MDP_HALF_MULT;
558 PROCESS_LINE(hnd, rx1, ry1, rx2, ry2, checkBounds, pixelInfo);

Completed in 50 milliseconds