Lines Matching defs:x2
170 int x2 = xPoints[off] + transx;
173 x1, y1, x2, y2);
174 x1 = x2;
184 int x1, int y1, int x2, int y2) {
186 (WritableRaster) sData.getRaster(x1, y1, x2-x1, y2-y1);
190 for (int x = x1; x < x2; x++) {
216 int x2 = boundPts[2];
220 sData.getRaster(Math.min(x1, x2), Math.min(y1, y2),
221 Math.abs(x1 - x2) + 1, Math.abs(y1 - y2) + 1);
225 if (x1 == x2) {
238 if (x1 > x2) {
242 } while (x1 >= x2);
247 } while (x1 <= x2);
270 steps = x2 - x1;
331 int x2 = Region.dimAdd(Region.dimAdd(x, w), 1);
333 Region r = sg2d.getCompClip().getBoundsIntersectionXYXY(x, y, x2, y2);
354 if (cx2 == x2) {
447 int x2 = boundPts[2];
454 if (x1 == x2) {
478 if (x1 > x2) {
480 x1 = x2;
481 x2 = t;
486 if (x2 > cxmax) {
487 x2 = cxmax;
489 if (x1 > x2) {
493 boundPts[2] = x2;
497 int dx = x2 - x1;
504 outcode2 = outcode(x2, y2, cxmin, cymin, cxmax, cymax);
573 x2 = boundPts[2] + xsteps;
577 x2 = cxmin;
579 x2 = cxmax;
581 xsteps = x2 - boundPts[2];
597 outcode2 = outcode(x2, y2, cxmin, cymin, cxmax, cymax);
602 boundPts[2] = x2;
745 int x1, int y1, int x2, int y2)
752 x2, y2, x1, y1);
756 x1, y1, x2, y2);
890 int x1, int y1, int x2, int y2)
897 x2, y2, x1, y1);
901 x1, y1, x2, y2);