Home
last modified time | relevance | path

Searched refs:earlier_smooth_pt (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpolygon.c490 ABS_X(pipt->earlier_smooth_pt.x);
492 ABS_Y(pipt->earlier_smooth_pt.y);
504 ABS_X(pipt->earlier_smooth_pt.x);
506 ABS_Y(pipt->earlier_smooth_pt.y);
812 pipt_first->earlier_smooth_pt.x,
813 pipt_first->earlier_smooth_pt.y);
912 pipt->earlier_smooth_pt.x = dash_vs[1].x;
913 pipt->earlier_smooth_pt.y = dash_vs[1].y;
962 pipt->earlier_smooth_pt.x = (LastX<<1)-grid_x;
963 pipt->earlier_smooth_pt.y = (LastY<<1)-grid_y;
[all …]
H A Dstretch.c651 psssi->ipt.earlier_smooth_pt.x = vs[0].x;
652 psssi->ipt.earlier_smooth_pt.y = vs[0].y;
1163 vs[1].x = psssi->ipt.earlier_smooth_pt.x + dx;
1164 vs[1].y = psssi->ipt.earlier_smooth_pt.y + dy;
1350 x = psssi->ipt.earlier_smooth_pt.x + dx;
1351 y = psssi->ipt.earlier_smooth_pt.y + dy;
1390 x = psssi->ipt.earlier_smooth_pt.x + dx;
1391 y = psssi->ipt.earlier_smooth_pt.y + dy;
1454 x = psssi->ipt.earlier_smooth_pt.x + dx;
1455 y = psssi->ipt.earlier_smooth_pt.y + dy;
[all …]
H A Dpoly.c454 ABS_X(pipt->earlier_smooth_pt.x);
456 ABS_Y(pipt->earlier_smooth_pt.y);
742 if (ipt->earlier_smooth_pt.x < ltx) {
743 ltx = ipt->earlier_smooth_pt.x;
745 if (ipt->earlier_smooth_pt.y < lty) {
746 lty = ipt->earlier_smooth_pt.y;
748 if (ipt->earlier_smooth_pt.x > rbx) {
749 rbx = ipt->earlier_smooth_pt.x;
751 if (ipt->earlier_smooth_pt.y > rby) {
1038 pipt->earlier_smooth_pt.x = dash_vs[1].x;
[all …]
H A Dedit.c1863 vs2[1].x = paspi->sssi.ipt_next.earlier_smooth_pt.x;
1864 vs2[1].y = paspi->sssi.ipt_next.earlier_smooth_pt.y;
1911 vs2[1].x = paspi->sssi.ipt.earlier_smooth_pt.x;
1912 vs2[1].y = paspi->sssi.ipt.earlier_smooth_pt.y;
2081 vs[1].x = paspi->sssi.ipt.earlier_smooth_pt.x;
2082 vs[1].y = paspi->sssi.ipt.earlier_smooth_pt.y;
2120 vs2[1].x = paspi->sssi.ipt.earlier_smooth_pt.x;
2121 vs2[1].y = paspi->sssi.ipt.earlier_smooth_pt.y;
2165 paspi->sssi.ipt.earlier_smooth_pt.x;
2167 paspi->sssi.ipt.earlier_smooth_pt.y;
[all …]
H A Dtypes.h50 IntPoint earlier_smooth_pt; member
H A Dmove.c2102 OFFSET_X(psssi->ipt.earlier_smooth_pt.x+abs_dx),
2103 OFFSET_Y(psssi->ipt.earlier_smooth_pt.y+abs_dy));