Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrmenu.c177 maketruerectpoly(xl, xh, yl, yh, poly); in us_drawmenuentry()
191 maketruerectpoly(xl+2, xh-2, yl+2, yh-2, poly); in us_drawmenuentry()
193 maketruerectpoly(xl+3, xh-3, yl+3, yh-3, poly); in us_drawmenuentry()
195 maketruerectpoly(xl+4, xh-4, yl+4, yh-4, poly); in us_drawmenuentry()
198 maketruerectpoly(xl+1, xh-1, yl+1, yh-1, poly); in us_drawmenuentry()
208 maketruerectpoly(xl, xh, yl, yh, poly); in us_drawmenuentry()
H A Dusrdisp.c157 maketruerectpoly(ww.uselx, ww.usehx, ww.usely, ww.usehy, poly); in us_drawwindow()
758 maketruerectpoly(lx, hx, ly, hy, poly); in us_drawslidercorner()
894 maketruerectpoly(lx+1, lx+DISPLAYSLIDERSIZE, ly-1, hy, poly); in us_drawverticalslider()
965 maketruerectpoly(lx, hx+1, hy-DISPLAYSLIDERSIZE, hy-1, poly); in us_drawhorizontalslider()
1029 maketruerectpoly(hx+2, hx+DISPLAYSLIDERSIZE, ly+DISPLAYSLIDERSIZE+2, hy-DISPLAYSLIDERSIZE-2, poly); in us_drawverticalsliderthumb()
1037 maketruerectpoly(hx+2, hx+DISPLAYSLIDERSIZE, lt, ht, poly); in us_drawverticalsliderthumb()
1087 maketruerectpoly(lt, ht, ly-DISPLAYSLIDERSIZE, ly-2, poly); in us_drawhorizontalsliderthumb()
1141 maketruerectpoly(w->screenlx, w->screenhx, w->screenly, w->screenhy, poly); in us_redisplaynow()
1291 maketruerectpoly(0, swid-1, 0, shei-1, poly); in us_erasescreen()
1826 maketruerectpoly(bx-i, ux+i, by-i, uy+i, poly); in us_drawnodeinst()
[all …]
H A Dusrtrack.c555 maketruerectpoly(lx, hx, ly, hy, us_dragpoly); in us_rotatedown()
761 maketruerectpoly(mini(rx, us_lastcurx), maxi(rx, us_lastcurx), in us_sizedown()
809 maketruerectpoly(cx-dx, cx+dx, cy-dy, cy+dy, us_dragpoly); in us_sizecdown()
841 maketruerectpoly(xcur, xcur+us_dragox, ycur, ycur+us_dragoy, us_dragpoly); in us_findmbegin()
858 maketruerectpoly(us_dragox, xcur, us_dragoy, ycur, us_dragpoly); in us_findsbegin()
878 maketruerectpoly(us_dragox, xcur, us_dragoy, ycur, us_dragpoly); in us_finddbegin()
1042 maketruerectpoly(us_dragx, us_dragx, us_dragy, us_dragy, us_dragpoly); in us_finddoibegin()
1335 maketruerectpoly(lx, hx, ly, hy, poly); in us_geominrect()
1406 maketruerectpoly(ni->lowx+lx, ni->highx-hx, ni->lowy+ly, ni->highy-hy, us_dragpoly); in us_createinsbegin()
1531 maketruerectpoly(ni->lowx+lx, ni->highx-hx, ni->lowy+ly, ni->highy-hy, us_dragpoly); in us_createbegin()
[all …]
H A Dusrcomwz.c1092 maketruerectpoly(lx, hx, ly, hy, poly); in us_window()
H A Dusrhigh.c111 maketruerectpoly(xl, xl+us_menuxsz, yl, yl+us_menuysz, poly); in us_highlightmenu()
1562 maketruerectpoly(high->stalx, high->stahx, high->staly, high->stahy, poly); in us_sethighlight()
H A Dusrwindow.c179 maketruerectpoly(w->screenlx, w->screenhx, w->screenly, w->screenhy, poly); in us_erasewindow()
H A Dusredtecp.c2158 maketruerectpoly(ni->lowx+lx, ni->highx-hx, ni->lowy+ly, ni->highy-hy, poly); in us_tecedgetexamples()
2184maketruerectpoly(otherni->lowx+lx, otherni->highx-hx, otherni->lowy+ly, otherni->highy-hy, poly); in us_tecedgetexamples()
H A Dusrmisc.c5650 maketruerectpoly(ni->lowx+lx, ni->highx-hx, ni->lowy+ly, ni->highy-hy, poly); in us_getlowleft()
H A Dusrnet.c10619 maketruerectpoly(ni->lowx+plx, ni->highx-phx, ni->lowy+ply, ni->highy-phy, poly); in us_disttoobject()
/dports/cad/electric/electric-7.00/src/tec/
H A Dteccmosdodn.c1211 maketruerectpoly(lx, hx, ly, hy, poly); else in dodcmosn_intshapenodepoly()
/dports/cad/electric/electric-7.00/src/io/
H A Diopsout.cpp1385 maketruerectpoly(ni->lowx, ni->highx, ni->lowy, ni->highy, poly); in io_psdumpcontents()
H A Dioedifo.c2006 maketruerectpoly(ni->lowx, ni->highx, ni->lowy, ni->highy, poly); in io_edifsymbol_nodeinst()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2124 void maketruerectpoly(INTBIG lx, INTBIG ux, INTBIG ly, INTBIG uy, POLYGON *poly);
/dports/cad/electric/electric-7.00/src/rout/
H A Droutmaze.c1000 maketruerectpoly(ni->lowx, ni->highx, ni->lowy, ni->highy, poly); in ro_mazedraw_nodeinst()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c3467 void maketruerectpoly(INTBIG lx, INTBIG ux, INTBIG ly, INTBIG uy, POLYGON *poly) in maketruerectpoly() function