Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dstretch.e38 extern int PtInPolyMark ARGS_DECL((struct ObjRec *, int XOff, int YOff,
H A Dedit.c602 PtInPolyMark(obj_ptr, input.xbutton.x, input.xbutton.y, in SelectModeToggleSmoothHinge()
606 PtInPolyMark(obj_ptr, input.xbutton.x, input.xbutton.y, in SelectModeToggleSmoothHinge()
1453 if ((poly_ptr != NULL && PtInPolyMark(obj_ptr, input.xbutton.x, in DeletePoint()
1455 &index)) || (polygon_ptr != NULL && PtInPolyMark(obj_ptr, in DeletePoint()
1500 PtInPolyMark(obj_ptr, input.xbutton.x, input.xbutton.y, in DeletePoint()
1503 PtInPolyMark(obj_ptr, input.xbutton.x, input.xbutton.y, in DeletePoint()
3649 PtInPolyMark(obj_ptr, input.xbutton.x, input.xbutton.y, in AddPoint()
3657 PtInPolyMark(obj_ptr, input.xbutton.x, input.xbutton.y, in AddPoint()
3674 PtInPolyMark(obj_ptr, input.xbutton.x, input.xbutton.y, in AddPoint()
3681 PtInPolyMark(obj_ptr, input.xbutton.x, input.xbutton.y, in AddPoint()
H A Dselect.c441 if (PtInPolyMark(obj_ptr, XOff, YOff, n, vs, VIndex)) {
465 if (PtInPolyMark(obj_ptr, XOff, YOff, n, vs, VIndex)) {
H A Dstretch.c131 int PtInPolyMark(ObjPtr, XOff, YOff, NumPts, V, Index) in PtInPolyMark() function
278 if (PtInPolyMark(obj_ptr, XOff, YOff, obj_ptr->detail.p->ssn,
283 if (PtInPolyMark(obj_ptr, XOff, YOff, obj_ptr->detail.p->n,
291 if (PtInPolyMark(obj_ptr, XOff, YOff, obj_ptr->detail.g->ssn-1,
296 if (PtInPolyMark(obj_ptr, XOff, YOff, obj_ptr->detail.g->n-1,