Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/tec/
H A Dtecart.c727 REGISTER INTBIG realwid; in art_intshapearcpoly() local
740 realwid = ai->width - thista->off*lambdaofarc(ai)/WHOLE; in art_intshapearcpoly()
744 makearcpoly(ai->length, realwid, ai, poly, thista->style); in art_intshapearcpoly()
752 if (realwid == 0 && poly->style != CIRCLEARC) switch (ai->proto->arcindex) in art_intshapearcpoly()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c3487 REGISTER INTBIG j, realwid, dist, swapi; in reduceportpoly() local
3510 realwid = wid / 2; in reduceportpoly()
3520 dist = maxi(0, dist-realwid); in reduceportpoly()
3544 lx = maxi(bx, lx + realwid); hx = mini(ux, hx - realwid); in reduceportpoly()
3560 ly = maxi(by, ly + realwid); hy = mini(uy, hy - realwid); in reduceportpoly()