Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dedit.c6176 double dnew_x=0, dnew_y=0; in ExtendSegment() local
6308 ((double)y0)+ddy, obj_ptr->ctm, &dnew_x, &dnew_y); in ExtendSegment()
6309 poly_ptr->vlist[index1].x = round(dnew_x) + obj_ptr->x; in ExtendSegment()
6315 ((double)y1)+ddy, obj_ptr->ctm, &dnew_x, &dnew_y); in ExtendSegment()
6316 poly_ptr->vlist[index0].x = round(dnew_x) + obj_ptr->x; in ExtendSegment()