Home
last modified time | relevance | path

Searched refs:reduceportpoly (Results 1 – 7 of 7) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrarc.c534 reduceportpoly(tpoly, tonodeinst, toppt, trwid, -1); in us_directarcinst()
548 reduceportpoly(fpoly, fromnodeinst, fromppt, frwid, -1); in us_directarcinst()
593 reduceportpoly(fpoly, fromnodeinst, fpt, frwid, -1); in us_directarcinst()
621 reduceportpoly(tpoly, tonodeinst, tpt, trwid, -1); in us_directarcinst()
1802 reduceportpoly(poly, ni, pt, wid, -1); in us_portdistance()
H A Dusrctech.c679 reduceportpoly(poly1, end1, schempp1, newwid-arcprotowidthoffset(newap), -1); in us_tran_makelayoutparts()
681 reduceportpoly(poly2, end2, schempp2, newwid-arcprotowidthoffset(newap), -1); in us_tran_makelayoutparts()
H A Dusrcomab.c322 reduceportpoly(poly, ai->end[j].nodeinst, ai->end[j].portarcinst->proto, wid, in us_arc()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtechi.c1377 reduceportpoly(poly, ai->end[e].nodeinst, ai->end[e].portarcinst->proto, wid, in db_stillinport()
H A Ddbmath.c3484 void reduceportpoly(POLYGON *poly, NODEINST *ni, PORTPROTO *pp, INTBIG wid, INTBIG angle) in reduceportpoly() function
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1842 void reduceportpoly(POLYGON *poly, NODEINST *node, PORTPROTO *port, INTBIG width, INTBIG an…
/dports/cad/electric/electric-7.00/
H A DChangeLog1434 FIX: In "usrcomab.c:us_arc()", in the "shorten" case, use "reduceportpoly()" on the port polygon.
3124 FIX: In "conlay.c", remove all calls to "reduceportpoly()".