Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomcd.c894 REGISTER INTBIG ang, pangle, l, bestdist, bestdist1, bestdist2, wid, truewid, i, j, k, in us_create() local
1420 truewid = maxi(defaultarcwidth(wantap), us_widestarcinst(wantap, ni, ppt)); in us_create()
1421 i = us_stretchtonodes(wantap, truewid, ni, ppt, xcur, ycur); in us_create()
1422 if (i > truewid) truewid = i; in us_create()
1423 wid = truewid - arcprotowidthoffset(wantap); in us_create()
1482 newno->proto->firstportproto, nx, ny, wantap, truewid); in us_create()
H A Dusrcomrs.c3217 INTBIG offxl, offyl, offxh, offyh, truewid, rx, ry, orx, ory, in us_size() local
3827 truewid = arcwidthoffset(ai) + wid; in us_size()
3828 if (truewid == ai->width) in us_size()
3874 if (modifyarcinst(ai, truewid - ai->width, dxs, dys, dxs, dys)) in us_size()
3877 ttyputerr(_("Cannot set arc width to %s"), latoa(truewid, lambda)); in us_size()