Searched defs:y1 (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkCanvImg.c209 char **argv; /* Array of coordinates: x1, y1,
346 * The fields x1, y1, x2, and y2 are updated in the header
367 imgPtr->header.y1 = imgPtr->header.y2 = y;
414 imgPtr->header.y1 = y;
461 Tk_RedrawImage(imgPtr->image, x - imgPtr->header.x1, y - imgPtr->header.y1,
493 double x1, x2, y1, y2, xDiff, yDiff;
496 y1 = imgPtr->header.y1;
512 if (coordPtr[1] < y1) {
513 yDiff = y1
486 double x1, x2, y1, y2, xDiff, yDiff; local
[all...]
H A DtkCanvWind.c233 char **argv; /* Array of coordinates: x1, y1,
408 * The fields x1, y1, x2, and y2 are updated in the header
427 winItemPtr->header.y1 = winItemPtr->header.y2 = y;
492 winItemPtr->header.y1 = y;
544 (double) winItemPtr->header.y1, &x, &y);
546 height = winItemPtr->header.y2 - winItemPtr->header.y1;
594 double x1, x2, y1, y2, xDiff, yDiff;
597 y1 = winItemPtr->header.y1;
613 if (pointPtr[1] < y1) {
587 double x1, x2, y1, y2, xDiff, yDiff; local
[all...]
H A DtkCanvBmap.c213 char **argv; /* Array of coordinates: x1, y1,
359 * The fields x1, y1, x2, and y2 are updated in the header
380 bmapPtr->header.y1 = bmapPtr->header.y2 = y;
428 bmapPtr->header.y1 = y;
484 if (y > bmapPtr->header.y1) {
485 bmapY = y - bmapPtr->header.y1;
490 bmapHeight = y + height - bmapPtr->header.y1;
492 bmapHeight = bmapPtr->header.y2 - bmapPtr->header.y1;
497 (double) (bmapPtr->header.y1 + bmapY),
543 double x1, x2, y1, y
536 double x1, x2, y1, y2, xDiff, yDiff; local
[all...]
H A DtkPlace.c717 double x1, y1, x2, y2;
751 y1 = slavePtr->y + masterBW + (slavePtr->relY*masterHeight);
752 y = y1 + ((y1 > 0) ? 0.5 : -0.5);
785 y2 = y1 + (slavePtr->relHeight*masterHeight);
711 double x1, y1, x2, y2; local
H A DtkRectOval.c26 * 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
516 short x1, y1, x2, y2; local
600 double xDiff, yDiff, x1, y1, x2, y2, inc, tmp; local
964 double y1, y2; local
[all...]
H A DtkCanvArc.c24 double bbox[4]; /* Coordinates (x1, y1, x2, y2) of bounding
133 static int VertLineToArc _ANSI_ARGS_((double x, double y1,
214 itemPtr->typePtr->name, " x1 y1 x2 y2 ?options?\"",
295 char **argv; /* Array of coordinates: x1, y1,
505 * The fields x1, y1, x2, and y2 are updated in the header
547 arcPtr->header.y1 = arcPtr->header.y2 = arcPtr->center1[1];
603 arcPtr->header.y1 -= tmp;
638 short x1, y1, x2, y2;
647 &x1, &y1);
653 if (y2 <= y1) {
632 short x1, y1, x2, y2; local
1606 double y1, y2, ang1, ang2; local
[all...]
H A DtkCanvText.c37 int x1, y1; /* Upper-left pixel that is part of text member in struct:TextLine
295 char **argv; /* Array of coordinates: x1, y1,
503 * The fields x1, y1, x2, and y2 are updated in the header
661 linePtr->y1 = y;
675 textPtr->header.y1 = topY;
1099 && (pointPtr[1] >= linePtr->y1)
1117 if (pointPtr[1] < linePtr->y1) {
1118 yDiff = linePtr->y1 - pointPtr[1];
1159 * (x1, y1, x2, y2) describing rectangular
1178 || (rectPtr[3] < linePtr->y1) || (rectPt
[all...]
H A DtkCanvas.c420 int x1 = 0, y1 = 0, x2 = 0, y2 = 0; /* Initializations needed
435 || (itemPtr->y1 >= itemPtr->y2)) {
440 y1 = itemPtr->y1;
448 if (itemPtr->y1 < y1) {
449 y1 = itemPtr->y1;
461 sprintf(interp->result, "%d %d %d %d", x1, y1, x2, y2);
637 itemPtr->x1, itemPtr->y1, itemPt
418 int x1 = 0, y1 = 0, x2 = 0, y2 = 0; /* Initializations needed local
2449 int x1, y1, x2, y2; local
2625 int x1, y1, x2, y2; local
3084 int x1, y1, x2, y2; local
[all...]
H A Dtk.h579 int x1, y1, x2, y2; /* Bounding box for item, in integer
583 * includes x1 and y1 but not x2
985 Tk_Canvas canvas, int x1, int y1, int x2,
577 int x1, y1, x2, y2; /* Bounding box for item, in integer member in struct:Tk_Item

Completed in 34 milliseconds