Searched refs:userpt (Results 1 – 3 of 3) sorted by relevance
/dports/cad/xcircuit/xcircuit-3.10.30/ |
H A D | elements.c | 440 XPoint userpt; in textbutton() local 453 snap(x, y, &userpt); in textbutton() 454 labeldefaults(*newlabel, dopin, userpt.x, userpt.y); in textbutton() 1128 XPoint userpt; in splinebutton() local 1136 snap(x, y, &userpt); in splinebutton() 1137 splinedefaults(*newspline, userpt.x, userpt.y); in splinebutton() 1277 XPoint userpt; in arcbutton() local 1286 arcdefaults(*newarc, userpt.x, userpt.y); in arcbutton() 1397 XPoint userpt; in boxbutton() local 1405 polydefaults(*newbox, 4, userpt.x, userpt.y); in boxbutton() [all …]
|
H A D | events.c | 1095 void checkwarp(XPoint *userpt) in checkwarp() argument 1099 user_to_window(*userpt, &wpoint); in checkwarp() 1633 XPoint newpos, userpt; in attach_to() local 1634 userpt = UGetCursorPos(); in attach_to() 2867 ysq = sqwirelen(endpt1, userpt); in findwirex() 2868 zsq = sqwirelen(endpt2, userpt); in findwirex() 3072 XPoint userpt; in drag() local 3109 snap(locx, locy, &userpt); in drag() 3114 areawin->save.x = userpt.x; in drag() 3115 areawin->save.y = userpt.y; in drag() [all …]
|
H A D | functions.c | 92 long finddist(XPoint *linept1, XPoint *linept2, XPoint *userpt) in finddist() argument 98 a = sqwirelen(linept1, userpt); in finddist() 99 b = sqwirelen(linept2, userpt); in finddist()
|