Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/io/
H A Diogdso.c741 makerectpoly(xl, xh, yl, yh, poly2); in io_outputgdspoly()
763 makerectpoly(xl-bloat/2, xh+bloat/2, yl-bloat/2, yh+bloat/2, poly2); in io_outputgdspoly()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdisp.c1147 makerectpoly(cell->lowx, cell->highx, cell->lowy, cell->highy, poly); in us_redisplaynow()
1309 makerectpoly(w->screenlx, w->screenhx, w->screenly, w->screenhy, poly); in us_showemptywindow()
1886 makerectpoly(ni->lowx, ni->highx, ni->lowy, ni->highy, poly); in us_drawnodeinst()
H A Dusrmenu.c387 makerectpoly(xl,xh, yl,yh, poly); in us_drawmenuentry()
H A Dusrhigh.c1784 makerectpoly(ni->lowx+lx, ni->highx-hx, ni->lowy+ly, ni->highy-hy, poly); in us_highlighteverywhere()
/dports/cad/electric/electric-7.00/src/drc/
H A Ddrcquick.c1606 makerectpoly(lx1, hx1, ly1, hy1, state->checkdistpoly1rebuild); in dr_quickcheckdist()
1608 makerectpoly(lx2, hx2, ly2, hy2, state->checkdistpoly2rebuild); in dr_quickcheckdist()
3344 makerectpoly(*lx, *hx, *ly, *hy, state->checkdistpoly1rebuild); in dr_quickcropnodeinst()
3484 if (cropped) makerectpoly(lx, hx, ly, hy, poly); in dr_quickcropactivearc()
H A Ddrcbatch.c2498 makerectpoly(lx1, hx1, ly1, hy1, state->checkdistpoly1rebuild); in drcb_checkdist()
2500 makerectpoly(lx2, hx2, ly2, hy2, state->checkdistpoly2rebuild); in drcb_checkdist()
3089 if (cropped) makerectpoly(lx, hx, ly, hy, poly); in drcb_cropactivearc()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtechi.c1888 makerectpoly(lx, hx, ly, hy, poly); in tech_filldisplayableanyvar()
1901 makerectpoly(lx, hx, ly, hy, poly); in tech_filldisplayableanyvar()
H A Ddbmerge.c2056 makerectpoly(lx, hx, ly, hy, poly); in mergeaddpolygon()
2153 makerectpoly(lx, hx, ly, hy, poly); in mergesubpolygon()
H A Ddbmath.c3453 void makerectpoly(INTBIG lx, INTBIG ux, INTBIG ly, INTBIG uy, POLYGON *poly) in makerectpoly() function
H A Ddbvars.c4601 makerectpoly(plx, phx, ply, phy, poly); in adjustdisoffset()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimirsim.c784 makerectpoly(plx, phx, ply, phy, poly); in sim_irsimclipagainstgates()
/dports/cad/electric/electric-7.00/src/tec/
H A Dteccmosdodn.c1212 makerectpoly(lx, hx, ly, hy, poly); in dodcmosn_intshapenodepoly()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2123 void makerectpoly(INTBIG lx, INTBIG ux, INTBIG ly, INTBIG uy, POLYGON *poly);