Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbtechi.c1440 pl->arcpieces = 0; in tech_initcurvedarc()
1467 pl->arcpieces = -1; in tech_initcurvedarc()
1484 pl->arcpieces = pl->anglerange; in tech_initcurvedarc()
1485 while (pl->arcpieces > MAXARCPIECES) pl->arcpieces /= 2; in tech_initcurvedarc()
1486 return(pl->arcpieces*total); in tech_initcurvedarc()
1501 if (pl->arcpieces == 0) return(TRUE); in tech_curvedarcpiece()
1506 if (pl->arcpieces < 0) in tech_curvedarcpiece()
1533 thista = &arcprotos[aindex]->list[box/pl->arcpieces]; in tech_curvedarcpiece()
1534 box = box % pl->arcpieces; in tech_curvedarcpiece()
1548 a = (pl->anglebase + box * pl->anglerange / pl->arcpieces) % 3600; in tech_curvedarcpiece()
[all …]
/dports/cad/electric/electric-7.00/src/include/
H A Dtech.h457 INTBIG arcpieces, anglebase, anglerange; member