Home
last modified time | relevance | path

Searched refs:pipt_first (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpolygon.c739 IntPointTriplet *pipt_first, *pipt_prev, *pipt;
812 pipt_first->earlier_smooth_pt.x,
813 pipt_first->earlier_smooth_pt.y);
872 v[0].x = ABS_X(pipt_first->hinge_pt.x);
873 v[0].y = ABS_Y(pipt_first->hinge_pt.y);
874 if (pipt_first->earlier_valid) {
970 v[0].x = ABS_X(pipt_first->hinge_pt.x);
972 if (pipt_first->earlier_valid) {
986 pipt_first->hinge_pt.x, pipt_first->hinge_pt.y,
1013 IntPointTriplet *pipt_prev, *pipt_first;
[all …]
H A Dpoly.c785 int SetFirstPoint(grid_x, grid_y, pipt_first) in SetFirstPoint() argument
787 IntPointTriplet *pipt_first;
794 if (pipt_first == NULL) {
801 memcpy(ipt, pipt_first, sizeof(IntPointTriplet));