Lines Matching defs:y1
26 * or oval (x1, y1, x2, y2). Item includes
27 * x1 and x2 but not y1 and y2. */
181 itemPtr->typePtr->name, " x1 y1 x2 y2 ?options?\"",
248 char **argv; /* Array of coordinates: x1, y1,
427 * The fields x1, y1, x2, and y2 are updated in the header
477 rectOvalPtr->header.y1 = tmp - bloat;
522 short x1, y1, x2, y2;
531 &x1, &y1);
537 if (y2 <= y1) {
538 y2 = y1+1;
554 x1, y1, (unsigned int) (x2-x1), (unsigned int) (y2-y1));
557 x1, y1, (unsigned) (x2-x1), (unsigned) (y2-y1),
567 x1, y1, (unsigned) (x2-x1), (unsigned) (y2-y1));
570 x1, y1, (unsigned) (x2-x1), (unsigned) (y2-y1), 0, 360*64);
607 double xDiff, yDiff, x1, y1, x2, y2, inc, tmp;
615 y1 = rectPtr->bbox[1];
621 y1 -= inc;
634 && (pointPtr[1] >= y1) && (pointPtr[1] < y2)) {
643 yDiff = pointPtr[1] - y1;
670 if (pointPtr[1] < y1) {
671 yDiff = y1 - pointPtr[1];
752 * (x1, y1, x2, y2) describing rectangular
812 * (x1, y1, x2, y2) describing rectangular
977 double y1, y2;
979 y1 = Tk_CanvasPsY(canvas, rectOvalPtr->bbox[1]);
991 rectOvalPtr->bbox[0], y1,
992 rectOvalPtr->bbox[2]-rectOvalPtr->bbox[0], y2-y1,
996 (rectOvalPtr->bbox[0] + rectOvalPtr->bbox[2])/2, (y1 + y2)/2,
997 (rectOvalPtr->bbox[2] - rectOvalPtr->bbox[0])/2, (y1 - y2)/2);