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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DMaskFill.c119 jint rx1 = (jint) ceil(x1); local
126 x1 = rx1-x1;
136 if (rx2 < rx1) {
149 if (cx1 < rx1) {
169 if (midx < rx1) {
212 if (cx1 < rx1) {
H A DProcessPath.c479 jint rx1, ry1, rx2, ry2; local
492 rx1 = x1 + MDP_HALF_MULT;
512 rx1 = x1 + MDP_HALF_MULT;
522 rx1 = bx1;
527 rx1 = cross + MDP_HALF_MULT;
558 PROCESS_LINE(hnd, rx1, ry1, rx2, ry2, checkBounds, pixelInfo);

Completed in 56 milliseconds