Searched defs:y2 (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkCanvImg.c210 * x2, y2, ... */
346 * The fields x1, y1, x2, and y2 are updated in the header
367 imgPtr->header.y1 = imgPtr->header.y2 = y;
416 imgPtr->header.y2 = y + height;
493 double x1, x2, y1, y2, xDiff, yDiff;
498 y2 = imgPtr->header.y2;
514 } else if (coordPtr[1] > y2) {
515 yDiff = coordPtr[1] - y2;
549 * (x1, y1, x2, y2) describin
486 double x1, x2, y1, y2, xDiff, yDiff; local
[all...]
H A DtkCanvWind.c234 * x2, y2, ... */
408 * The fields x1, y1, x2, and y2 are updated in the header
427 winItemPtr->header.y1 = winItemPtr->header.y2 = y;
494 winItemPtr->header.y2 = y + height;
546 height = winItemPtr->header.y2 - winItemPtr->header.y1;
594 double x1, x2, y1, y2, xDiff, yDiff;
599 y2 = winItemPtr->header.y2;
615 } else if (pointPtr[1] >= y2) {
616 yDiff = pointPtr[1] + 1 - y2;
587 double x1, x2, y1, y2, xDiff, yDiff; local
[all...]
H A DtkCanvBmap.c214 * x2, y2, ... */
359 * The fields x1, y1, x2, and y2 are updated in the header
380 bmapPtr->header.y1 = bmapPtr->header.y2 = y;
430 bmapPtr->header.y2 = y + height;
486 bmapHeight = bmapPtr->header.y2 - y;
489 if ((y+height) < bmapPtr->header.y2) {
492 bmapHeight = bmapPtr->header.y2 - bmapPtr->header.y1;
543 double x1, x2, y1, y2, xDiff, yDiff;
548 y2 = bmapPtr->header.y2;
536 double x1, x2, y1, y2, xDiff, yDiff; local
[all...]
H A DtkPlace.c717 double x1, y1, x2, y2;
785 y2 = y1 + (slavePtr->relHeight*masterHeight);
786 tmp = y2 + ((y2 > 0) ? 0.5 : -0.5);
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?\"",
249 * x2, y2, ... */
427 * The fields x1, y1, x2, and y2 are updated in the header
489 rectOvalPtr->header.y2 = tmp + bloat;
522 short x1, y1, x2, y2;
533 &x2, &y2);
537 if (y2 <= y1) {
538 y2
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
134 double y2, double rx, double ry,
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
547 arcPtr->header.y1 = arcPtr->header.y2 = arcPtr->center1[1];
605 arcPtr->header.y2 += tmp;
638 short x1, y1, x2, y2;
649 &x2, &y2);
653 if (y2 <
632 short x1, y1, x2, y2; local
1606 double y1, y2, ang1, ang2; local
[all...]
H A DtkCanvPs.c33 int x2, y2; /* x+width and y+height. */ member in struct:TkPostscriptInfo
211 psInfo.y2 = psInfo.y + psInfo.height;
320 || (itemPtr->y1 >= psInfo.y2) || (itemPtr->y2 < psInfo.y)) {
445 psInfo.x2, Tk_CanvasPsY((Tk_Canvas) canvasPtr, (double) psInfo.y2),
446 psInfo.x, Tk_CanvasPsY((Tk_Canvas) canvasPtr, (double) psInfo.y2));
465 || (itemPtr->y1 >= psInfo.y2) || (itemPtr->y2 < psInfo.y)) {
1001 return psInfoPtr->y2 - y;
H A DtkCanvText.c40 int x2, y2; /* Lower-left pixel that is part of text member in struct:TextLine
296 * x2, y2, ... */
503 * The fields x1, y1, x2, and y2 are updated in the header
663 linePtr->y2 = linePtr->y + textPtr->fontPtr->descent - 1;
676 textPtr->header.y2 = topY + numLines*lineHeight;
1100 && (pointPtr[1] <= linePtr->y2)) {
1119 } else if (pointPtr[1] > linePtr->y2) {
1120 yDiff = pointPtr[1] - linePtr->y2;
1159 * (x1, y1, x2, y2) describing rectangular
1178 || (rectPtr[3] < linePtr->y1) || (rectPtr[1] > linePtr->y2)) {
[all...]
H A DtkCanvas.c420 int x1 = 0, y1 = 0, x2 = 0, y2 = 0; /* Initializations needed
435 || (itemPtr->y1 >= itemPtr->y2)) {
442 y2 = itemPtr->y2;
454 if (itemPtr->y2 > y2) {
455 y2 = itemPtr->y2;
461 sprintf(interp->result, "%d %d %d %d", x1, y1, x2, y2);
637 itemPtr->x1, itemPtr->y1, itemPtr->x2, itemPtr->y2);
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
584 * and y2. */
986 int y2));
577 int x1, y1, x2, y2; /* Bounding box for item, in integer member in struct:Tk_Item

Completed in 1501 milliseconds