Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrtrack.c90 static void us_wanttoinvert(INTBIG fx, INTBIG fy, INTBIG tx, INTBIG ty, WINDOWPART *w);
93 static void us_wanttoinvert(INTBIG fx, INTBIG fy, INTBIG tx, INTBIG ty, WINDOWPART *w);
2902 us_wanttoinvert(us_dragox, us_dragoy, us_dragox, us_dragy, us_dragwindow); in us_invertstretch()
2903 us_wanttoinvert(us_dragox, us_dragy, us_dragx, us_dragy, us_dragwindow); in us_invertstretch()
2904 us_wanttoinvert(us_dragx, us_dragy, us_dragx, us_dragoy, us_dragwindow); in us_invertstretch()
2905 us_wanttoinvert(us_dragx, us_dragoy, us_dragox, us_dragoy, us_dragwindow); in us_invertstretch()
2912 void us_wanttoinvert(INTBIG fx, INTBIG fy, INTBIG tx, INTBIG ty, WINDOWPART *w) in us_wanttoinvert() function