Lines Matching defs:dx1
106 double dx1 = x + sg.transX;
108 double dx2 = dx1 + width;
112 dx1, dy1, dx2, dy2))
442 int dx1 = (int) Math.floor(ddx1);
470 dx1, dy1, dx2, dy2,
487 BufferedImage tmpimg = new BufferedImage(dx2-dx1, dy2-dy1,
505 * all coordinates in the edges array will be relative to dx1, dy1
517 0, 0, dx2-dx1, dy2-dy1,
518 edges, dx1, dy1);
535 dx1+relx1, dy1+y,
542 dx1+relx1, dy1+y,
610 double dx1, double dy1,
643 dx1, dy1, dx2, dy2);
668 int dx1, int dy1, int dx2, int dy2,
695 if (dx2 > dx1) {
696 dstW = dx2 - dx1;
697 dstX = dx1;
699 dstW = dx1 - dx2;
732 atfm.translate(dx1, dy1);
733 double m00 = (double)(dx2-dx1)/(sx2-sx1);
972 double dx1, double dy1,
985 sx1, sy1, sx2, sy2, dx1, dy1, dx2, dy2);
1059 int dx1, int dy1, int dx2, int dy2,
1064 return scaleImage(sg, img, dx1, dy1, dx2, dy2,
1072 return ir.drawToBufImage(sg, sunimg, dx1, dy1, dx2, dy2,