Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpolygon.c1097 IntPointTriplet ipt_prev, ipt, first_ipt; local
1168 if (first_ipt.later_valid) {
1172 SetFirstPoint(OrigX, OrigY, &first_ipt);
1241 &first_ipt);
1319 if (first_ipt.earlier_valid) {
1333 first_ipt.hinge_pt.x, first_ipt.hinge_pt.y,
1354 first_ipt.hinge_pt.x, first_ipt.hinge_pt.y, grid_x,
1505 &first_ipt);
1533 first_ipt.hinge_pt.x, first_ipt.hinge_pt.y,
1609 first_ipt.hinge_pt.x, first_ipt.hinge_pt.y,
[all …]
H A Dpoly.c1122 IntPointTriplet ipt_prev, ipt, first_ipt; local
1129 memset(&first_ipt, 0, sizeof(IntPointTriplet));
1168 memcpy(&first_ipt, &ipt_prev, sizeof(IntPointTriplet));
1208 memcpy(&first_ipt, &ipt, sizeof(IntPointTriplet));
1210 if (first_ipt.later_valid) {
1211 grid_x = OFFSET_X(first_ipt.later_smooth_pt.x);
1212 grid_y = OFFSET_Y(first_ipt.later_smooth_pt.y);
1214 SetFirstPoint(OrigX, OrigY, &first_ipt);