Home
last modified time | relevance | path

Searched refs:prev_prev_pt (Results 1 – 2 of 2) sorted by last modified time

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpoly.c667 IntPoint prev_prev_pt; member
681 ppmci->first_pt.x = ppmci->prev_pt.x = ppmci->prev_prev_pt.x = x;
682 ppmci->first_pt.y = ppmci->prev_pt.y = ppmci->prev_prev_pt.y = y;
684 ppmci->prev_prev_pt.x = ppmci->prev_pt.x;
685 ppmci->prev_prev_pt.y = ppmci->prev_pt.y;
699 PointsToArc(ppmci->prev_pt.x, ppmci->prev_pt.y, ppmci->prev_prev_pt.x,
700 ppmci->prev_prev_pt.y, x, y, ARC_CCW, FALSE, NULL, NULL, NULL, NULL,
H A Dpolygon.c651 IntPoint prev_prev_pt; member
666 ppmci->first_pt.x = ppmci->prev_pt.x = ppmci->prev_prev_pt.x = x;
667 ppmci->first_pt.y = ppmci->prev_pt.y = ppmci->prev_prev_pt.y = y;
669 ppmci->prev_prev_pt.x = ppmci->prev_pt.x;
670 ppmci->prev_prev_pt.y = ppmci->prev_pt.y;
694 PointsToArc(ppmci->prev_pt.x, ppmci->prev_pt.y, ppmci->prev_prev_pt.x,
695 ppmci->prev_prev_pt.y, x, y, ARC_CCW, FALSE, NULL, NULL, NULL, NULL,