Home
last modified time | relevance | path

Searched refs:later_smooth_pt (Results 1 – 6 of 6) sorted by last modified time

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtypes.h51 IntPoint later_smooth_pt; /* this point moves at first */ member
H A Dstretch.c655 psssi->ipt.later_smooth_pt.x = vs[1].x;
656 psssi->ipt.later_smooth_pt.y = vs[1].y;
852 psssi->ipt.later_smooth_pt.x = vs[1].x;
1325 x = psssi->ipt.later_smooth_pt.x + dx;
1326 y = psssi->ipt.later_smooth_pt.y + dy;
1374 x = psssi->ipt.later_smooth_pt.x + dx;
1375 y = psssi->ipt.later_smooth_pt.y + dy;
1429 x = psssi->ipt.later_smooth_pt.x + dx;
1430 y = psssi->ipt.later_smooth_pt.y + dy;
1521 x = psssi->ipt.later_smooth_pt.x + dx;
[all …]
H A Dmove.c2106 OFFSET_X(psssi->ipt.later_smooth_pt.x+abs_dx),
2107 OFFSET_Y(psssi->ipt.later_smooth_pt.y+abs_dy));
H A Dpoly.c462 ABS_X(pipt->later_smooth_pt.x);
464 ABS_Y(pipt->later_smooth_pt.y);
756 if (ipt->later_smooth_pt.x < ltx) ltx = ipt->later_smooth_pt.x;
757 if (ipt->later_smooth_pt.y < lty) lty = ipt->later_smooth_pt.y;
758 if (ipt->later_smooth_pt.x > rbx) rbx = ipt->later_smooth_pt.x;
759 if (ipt->later_smooth_pt.y > rby) rby = ipt->later_smooth_pt.y;
1036 pipt->later_smooth_pt.x = dash_vs[0].x;
1086 pipt->later_smooth_pt.x = grid_x;
1087 pipt->later_smooth_pt.y = grid_y;
1165 ipt_prev.later_smooth_pt.x = OrigX;
[all …]
H A Dpolygon.c473 ABS_X(pipt->later_smooth_pt.x);
512 ABS_X(pipt->later_smooth_pt.x);
514 ABS_Y(pipt->later_smooth_pt.y);
910 pipt->later_smooth_pt.x = dash_vs[0].x;
911 pipt->later_smooth_pt.y = dash_vs[0].y;
960 pipt->later_smooth_pt.x = grid_x;
961 pipt->later_smooth_pt.y = grid_y;
1021 pipt_prev->later_smooth_pt.x, pipt_prev->later_smooth_pt.y,
1132 ipt_prev.later_smooth_pt.x = OrigX;
1134 ipt_prev.later_smooth_pt.y = OrigY;
[all …]
H A Dedit.c1878 vs[1].x = paspi->sssi.ipt_prev.later_smooth_pt.x;
1879 vs[1].y = paspi->sssi.ipt_prev.later_smooth_pt.y;
1922 vs[1].x = paspi->sssi.ipt.later_smooth_pt.x;
1923 vs[1].y = paspi->sssi.ipt.later_smooth_pt.y;
2063 paspi->sssi.ipt.later_smooth_pt.x;
2065 paspi->sssi.ipt.later_smooth_pt.y;
2137 vs[1].x = paspi->sssi.ipt.later_smooth_pt.x;
2138 vs[1].y = paspi->sssi.ipt.later_smooth_pt.y;
2184 vs[1].x = paspi->sssi.ipt.later_smooth_pt.x;
2185 vs[1].y = paspi->sssi.ipt.later_smooth_pt.y;
[all …]