Home
last modified time | relevance | path

Searched refs:lastPtPtr (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpolygon.c542 v[i].x = CreateAbsolute ? lastPtPtr->x : ABS_X(lastPtPtr->x);
543 v[i].y = CreateAbsolute ? lastPtPtr->y : ABS_Y(lastPtPtr->y);
545 if (lastPtPtr->x < ltx) ltx = lastPtPtr->x;
546 if (lastPtPtr->y < lty) lty = lastPtPtr->y;
547 if (lastPtPtr->x > rbx) rbx = lastPtPtr->x;
548 if (lastPtPtr->y > rby) rby = lastPtPtr->y;
554 lastPtPtr = NULL;
623 lastPtPtr = NULL; in ResetCreatePolygon()
635 lastPtPtr = pt_ptr;
1894 if (lastPtPtr->x != first_x || lastPtPtr->y != first_y) { in InputPolygonPts()
[all …]
H A Dpoly.c493 v[i].x = CreateAbsolute ? lastPtPtr->x : ABS_X(lastPtPtr->x);
494 v[i].y = CreateAbsolute ? lastPtPtr->y : ABS_Y(lastPtPtr->y);
496 if (lastPtPtr->x < ltx) ltx = lastPtPtr->x;
497 if (lastPtPtr->y < lty) lty = lastPtPtr->y;
498 if (lastPtPtr->x > rbx) rbx = lastPtPtr->x;
499 if (lastPtPtr->y > rby) rby = lastPtPtr->y;
509 lastPtPtr = NULL;
582 lastPtPtr = NULL; in ResetCreatePoly()
595 lastPtPtr = pt_ptr;
1841 lastPtPtr = NULL;
[all …]
H A Dpoly.e56 extern struct PtRec *lastPtPtr;