Home
last modified time | relevance | path

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

/dports/cad/qflow/qflow-1.4.98/src/
H A Daddspacers.c1075 float cutsizex, cutsizey; in via_make_generated() local
1100 cutsizex = LefGetViaWidth(lefl, lcut, 0); in via_make_generated()
1109 borderx = (((tboundx > bboundx) ? tboundx : bboundx) - cutsizex) / 2; in via_make_generated()
1130 xcuts = 1 + (int)((fwidth - 2 * borderx) - cutsizex) / (cutsizex + spacingx); in via_make_generated()
1141 fwidth = (xcuts * cutsizex) + ((float)(xcuts - 1) * spacingx) + (2 * borderx); in via_make_generated()
1159 x = (-fwidth / 2) + borderx + (cutsizex / 2); in via_make_generated()
1165 newseg->x1 = x - (cutsizex / 2); in via_make_generated()
1166 newseg->x2 = x + (cutsizex / 2); in via_make_generated()
1173 x += (cutsizex + spacingy); in via_make_generated()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtechi.c576 INTBIG tech_moscutcount(NODEINST *ni, INTBIG cutsizex, INTBIG cutsizey, INTBIG cutindent, in tech_moscutcount() argument
583 pl->moscutsizex = cutsizex; in tech_moscutcount()
586 cutsizex = cutsizex * lambda / WHOLE; in tech_moscutcount()
597 pl->moscutsx = (hx-lx-cutindent*2+cutsep) / (cutsizex+cutsep); in tech_moscutcount()
606 pl->moscutbasex = (hx-lx-cutindent*2 - cutsizex*pl->moscutsx - in tech_moscutcount()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdisp.c1695 REGISTER INTBIG i, j, res, displaytotal, low, high, cutsizex, cutsizey, portstyle, in us_drawnodeinst() local
1752 cutsizex = applyxscale(w, ni->highx - ni->lowx); in us_drawnodeinst()
1754 if (cutsizex*cutsizey < i * 75) i = reasonable; in us_drawnodeinst()
2666 REGISTER INTBIG i, j, low, high, cutsizex, cutsizey; in us_drawnodeinstpeek() local
2684 cutsizex = applyxscale(us_peekwindow, ni->highx - ni->lowx); in us_drawnodeinstpeek()
2686 if (cutsizex*cutsizey < i * 75) i = reasonable; in us_drawnodeinstpeek()