Lines Matching refs:y2
171 int y2 = yPoints[off] + transy;
173 x1, y1, x2, y2);
175 y1 = y2;
184 int x1, int y1, int x2, int y2) {
186 (WritableRaster) sData.getRaster(x1, y1, x2-x1, y2-y1);
189 while (y1 < y2) {
217 int y2 = boundPts[3];
220 sData.getRaster(Math.min(x1, x2), Math.min(y1, y2),
221 Math.abs(x1 - x2) + 1, Math.abs(y1 - y2) + 1);
226 if (y1 > y2) {
230 } while (y1 >= y2);
235 } while (y1 <= y2);
237 } else if (y1 == y2) {
279 steps = y2 - y1;
332 int y2 = Region.dimAdd(Region.dimAdd(y, h), 1);
333 Region r = sg2d.getCompClip().getBoundsIntersectionXYXY(x, y, x2, y2);
357 if (cy2 == y2) {
448 int y2 = boundPts[3];
458 if (y1 > y2) {
460 y1 = y2;
461 y2 = t;
466 if (y2 > cymax) {
467 y2 = cymax;
469 if (y1 > y2) {
473 boundPts[3] = y2;
474 } else if (y1 == y2) {
498 int dy = y2 - y1;
504 outcode2 = outcode(x2, y2, cxmin, cymin, cxmax, cymax);
555 y2 = cymin;
557 y2 = cymax;
559 ysteps = y2 - boundPts[3];
595 y2 = boundPts[3] + ysteps;
597 outcode2 = outcode(x2, y2, cxmin, cymin, cxmax, cymax);
603 boundPts[3] = y2;
745 int x1, int y1, int x2, int y2)
749 if (y1 >= y2) {
752 x2, y2, x1, y1);
756 x1, y1, x2, y2);
890 int x1, int y1, int x2, int y2)
894 if (y1 >= y2) {
897 x2, y2, x1, y1);
901 x1, y1, x2, y2);