Searched refs:PTNextPoint (Results 1 – 2 of 2) sorted by relevance
121 p2 = PTNextPoint(p1); in HGPrintElt()142 while (!Nullpoint((p1 = PTNextPoint(p1)))) { in HGPrintElt()220 while (!Nullpoint((PTNextPoint(p1)))) { in HGPrintElt()221 p1 = PTNextPoint(p1); in HGPrintElt()245 while (!Nullpoint((PTNextPoint(p1)))) { in HGPrintElt()246 p1 = PTNextPoint(p1); in HGPrintElt()555 for (npts = 1; !Nullpoint(ptr); ptr = PTNextPoint(ptr), npts++) { in drawwig()
86 #define PTNextPoint(pt) (pt->nextpt) macro