Home
last modified time | relevance | path

Searched refs:findcenters (Results 1 – 6 of 6) sorted by relevance

/dports/cad/electric/electric-7.00/src/db/
H A Ddbgeom.c1018 if (!findcenters(abs(radius), ai->end[0].xpos, in boundobj()
H A Ddbtechi.c1451 if (findcenters(abs(pl->radius), ai->end[0].xpos, ai->end[0].ypos, in tech_initcurvedarc()
H A Ddbtech.c2180 if (findcenters(abs(radius), ai->end[0].xpos, ai->end[0].ypos, in curvedarcoutline()
H A Ddbmath.c1575 BOOLEAN findcenters(INTBIG r, INTBIG x01, INTBIG y01, INTBIG x02, INTBIG y02, INTBIG d, in findcenters() function
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2055 BOOLEAN findcenters(INTBIG r, INTBIG x1, INTBIG y1, INTBIG x2, INTBIG y2, INTBIG d,
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c5089 (void)findcenters(r, ai->end[0].xpos,ai->end[0].ypos, in us_curvearcaboutpoint()
5121 if (!findcenters(r, r0x, r0y, r1x, r1y, ai->length, &x1, &y1, &x2, &y2)) in us_curvearcthroughpoint()