Lines Matching refs:x2
24 double bbox[4]; /* Coordinates (x1, y1, x2, y2) of bounding
130 static int HorizLineToArc _ANSI_ARGS_((double x1, double x2,
214 itemPtr->typePtr->name, " x1 y1 x2 y2 ?options?\"",
296 * x2, y2, ... */
505 * The fields x1, y1, x2, and y2 are updated in the header
546 arcPtr->header.x1 = arcPtr->header.x2 = arcPtr->center1[0];
604 arcPtr->header.x2 += tmp;
638 short x1, y1, x2, y2;
649 &x2, &y2);
650 if (x2 <= x1) {
651 x2 = x1+1;
669 XFillArc(display, drawable, arcPtr->fillGC, x1, y1, (unsigned) (x2-x1),
681 (unsigned) (x2-x1), (unsigned) (y2-y1), start, extent);
694 arcPtr->center2[1], &x2, &y2);
698 x1, y1, x2, y2);
708 cx, cy, x2, y2);
914 * (x1, y1, x2, y2) describing rectangular
920 double tRect[4]; /* Transformed version of x1, y1, x2, y2,
1431 HorizLineToArc(x1, x2, y, rx, ry, start, extent)
1432 double x1, x2; /* X-coords of endpoints of line segment.
1433 * X1 must be <= x2. */
1464 if ((x >= x1) && (x <= x2) && AngleInRange(tx, ty, start, extent)) {
1467 if ((-x >= x1) && (-x <= x2) && AngleInRange(-tx, ty, start, extent)) {