Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c9066 dist = polydistance(poly, wantx, wanty); in us_findobject()
9185 dist = polydistance(poly, wantx, wanty); in us_findobject()
9415 dist = polydistance(poly, wantx, wanty); in us_checkoutobject()
9549 dist = polydistance(poly, wantx, wanty); in us_checkoutobject()
9682 if (polydistance(poly, xcur, ycur) <= directhitdist) return(TRUE); in us_cursoroverhigh()
9711 if (polydistance(poly, xcur, ycur) <= directhitdist) return(TRUE); in us_cursoroverhigh()
10595 dist = polydistance(poly, x, y); in us_disttoobject()
10611 dist = polydistance(poly, x, y); in us_disttoobject()
10622 return(polydistance(poly, x, y)); in us_disttoobject()
10637 dist = polydistance(poly, x, y); in us_disttoobject()
[all …]
H A Dusrtrack.c990 dist = polydistance(us_dragpoly, xcur, ycur); in us_finddoibegin()
1655 dist = polydistance(poly, unalx, unaly); in us_createadown()
H A Dusrcomcd.c1133 k = polydistance(poly, xcur, ycur); in us_create()
1358 dist = polydistance(poly, xcur, ycur); in us_create()
/dports/cad/electric/electric-7.00/src/drc/
H A Ddrc.c1585 if (polydistance(opoly, poly->xv[i], poly->yv[i]) <= 0) break; in dr_checkpolyagainstpoly()
1592 if (polydistance(poly, opoly->xv[i], opoly->yv[i]) <= 0) break; in dr_checkpolyagainstpoly()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2119 INTBIG polydistance(POLYGON *poly, INTBIG x, INTBIG y);
/dports/cad/electric/electric-7.00/src/rout/
H A Droutmaze.c1101 dist = polydistance(poly, x, y); in ro_mazefindport_geom()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c2902 INTBIG polydistance(POLYGON *poly, INTBIG x, INTBIG y) in polydistance() function