Searched refs:closepoint (Results 1 – 5 of 5) sorted by relevance
/dports/graphics/py-pyx/PyX-0.15/pyx/ |
H A D | normpath.py | 233 def closepoint(x_pt, y_pt, function 257 p = closepoint(sx_pt, sy_pt, 262 p = closepoint(ox_pt, oy_pt, 271 … p = closepoint(self.x0_pt, self.y0_pt, other.x0_pt, other.y0_pt, other.x1_pt, other.y1_pt) 274 … p = closepoint(self.x1_pt, self.y1_pt, other.x0_pt, other.y0_pt, other.x1_pt, other.y1_pt) 277 … p = closepoint(other.x0_pt, other.y0_pt, self.x0_pt, self.y0_pt, self.x1_pt, self.y1_pt) 280 … p = closepoint(other.x1_pt, other.y1_pt, self.x0_pt, self.y0_pt, self.x1_pt, self.y1_pt)
|
/dports/cad/xcircuit/xcircuit-3.10.30/ |
H A D | prototypes.h | 374 extern short closepoint(polyptr, XPoint *);
|
H A D | events.c | 3040 mpoint = closepoint(TOPOLY(cpoint), newpos); in pathclosepoint() 3555 cycle = closepoint(lastpoly, &areawin->save); in pathedit() 3609 cycle = closepoint(lastpoly, &areawin->save); in pathedit() 5402 closest = closepoint(dragpoly, &newpos); in placeselects()
|
H A D | elements.c | 1893 cycle = closepoint(oldpoly, &areawin->save); in unjoin()
|
H A D | functions.c | 555 short closepoint(polyptr curpoly, XPoint *cursloc) in closepoint() function
|