Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrtrack.c237 us_showpoly(us_dragpoly, us_dragwindow); in us_addpdown()
280 us_showpoly(us_dragpoly, us_dragwindow); in us_addpdown()
350 us_showpoly(us_dragpoly, us_dragwindow); in us_movepdown()
494 us_showpoly(us_dragpoly, us_dragwindow); in us_textgrabdown()
1752 us_showpoly(poly, us_dragwindow); in us_createadown()
1785 us_showpoly(poly, us_dragwindow); in us_createadown()
2301 us_showpoly(us_dragpoly, w); in us_drawdistance()
2311 us_showpoly(us_dragpoly, w); in us_drawdistance()
2319 us_showpoly(us_dragpoly, w); in us_drawdistance()
2323 us_showpoly(us_dragpoly, w); in us_drawdistance()
[all …]
H A Dusrdisp.c161 us_showpoly(poly, &ww); in us_drawwindow()
759 us_showpoly(poly, &ww); in us_drawslidercorner()
895 us_showpoly(poly, &ww); in us_drawverticalslider()
906 us_showpoly(poly, &ww); in us_drawverticalslider()
912 us_showpoly(poly, &ww); in us_drawverticalslider()
933 us_showpoly(poly, &ww); in us_drawverticalslider()
936 us_showpoly(poly, &ww); in us_drawverticalslider()
966 us_showpoly(poly, &ww); in us_drawhorizontalslider()
977 us_showpoly(poly, &ww); in us_drawhorizontalslider()
1602 us_showpoly(poly, w); in us_identifyports()
[all …]
H A Dusrmenu.c180 us_showpoly(poly, &ww); in us_drawmenuentry()
192 us_showpoly(poly, &ww); in us_drawmenuentry()
194 us_showpoly(poly, &ww); in us_drawmenuentry()
196 us_showpoly(poly, &ww); in us_drawmenuentry()
206 us_showpoly(poly, &ww); in us_drawmenuentry()
212 us_showpoly(poly, &ww); in us_drawmenuentry()
401 us_showpoly(poly, &ww); in us_drawmenuentry()
H A Dusrhigh.c115 us_showpoly(poly, &ww); in us_highlightmenu()
1571 us_showpoly(poly, w); in us_sethighlight()
1590 us_showpoly(poly, w); in us_sethighlight()
1619 us_showpoly(poly, w); in us_sethighlight()
1646 us_showpoly(poly, w); in us_sethighlight()
1823 us_showpoly(poly, w); in us_highlighteverywhere()
1866 us_showpoly(poly, w); in us_highlighteverywhere()
1888 us_showpoly(poly, w); in us_highlighteverywhere()
1904 us_showpoly(poly, w); in us_highlighteverywhere()
1974 us_showpoly(poly, w); in us_highlightverbose()
[all …]
H A Dusrcomwz.c1097 us_showpoly(poly, w); in us_window()
H A Dusrcomcd.c1824 us_showpoly(poly, el_curwindowpart); in us_create()
1833 us_showpoly(poly, el_curwindowpart); in us_create()
H A Dusredtecc.c1838 us_showpoly(poly, el_curwindowpart); in us_teceditidentify()
1843 us_showpoly(poly, el_curwindowpart); in us_teceditidentify()
H A Dusrwindow.c1076 void us_showpoly(POLYGON *obj, WINDOWPART *w) in us_showpoly() function
H A Dusr.c641 us_displayroutine = us_showpoly; in us_do3init()
/dports/cad/electric/electric-7.00/src/misc/
H A Dcompensate.c3510 us_showpoly(poly, el_curwindowpart); in compen_drawline()
3525 us_showpoly(poly, el_curwindowpart); in compen_drawcircle()
3541 us_showpoly(poly, el_curwindowpart); in compen_drawcirclearc()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h1034 void us_showpoly(POLYGON*, WINDOWPART*);
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimwindow.c3256 us_showpoly(sim_window_dragpoly, sim_waveformwindow); in sim_window_drawdistance()
3266 us_showpoly(sim_window_dragpoly, sim_waveformwindow); in sim_window_drawdistance()
3273 us_showpoly(sim_window_dragpoly, sim_waveformwindow); in sim_window_drawdistance()
3276 us_showpoly(sim_window_dragpoly, sim_waveformwindow); in sim_window_drawdistance()
/dports/cad/electric/electric-7.00/
H A DChangeLog2203 FIX: In "usrwindow.c:us_showpoly()", clip DISC size only to 0, not MINDISCSIZE.