Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Ddbcontour.h77 void getcontoursegmentparameters(INTBIG *arcres, INTBIG *arcsag);
78 void setcontoursegmentparameters(INTBIG arcres, INTBIG arcsag);
H A Dglobal.h2077 INTBIG arcres, INTBIG arcsag);
2078 void circletopoly(INTBIG cx, INTBIG cy, INTBIG radius, POLYGON *poly, INTBIG arcres, INTBIG…
/dports/cad/electric/electric-7.00/src/db/
H A Ddbcontour.c461 void getcontoursegmentparameters(INTBIG *arcres, INTBIG *arcsag) in getcontoursegmentparameters() argument
464 *arcres = db_arcres; in getcontoursegmentparameters()
473 void setcontoursegmentparameters(INTBIG arcres, INTBIG arcsag) in setcontoursegmentparameters() argument
475 db_arcres = arcres; in setcontoursegmentparameters()
478 (void)setval((INTBIG)io_tool, VTOOL, x_("IO_curve_resolution"), arcres, VINTEGER); in setcontoursegmentparameters()
H A Ddbmath.c1231 INTBIG arcres, INTBIG arcsag) in arctopoly() argument
1250 if (degreespersegment > arcres) degreespersegment = arcres; in arctopoly()
1290 void circletopoly(INTBIG cx, INTBIG cy, INTBIG radius, POLYGON *poly, INTBIG arcres, INTBIG arcsag) in circletopoly() argument
1303 if (degreespersegment > arcres) degreespersegment = arcres; in circletopoly()
/dports/cad/electric/electric-7.00/src/io/
H A Diogdso.c1337 INTBIG arcres, arcsag, newstate[NUMIOSTATEBITWORDS]; in io_gdsoptionsdlog() local
1403 getcontoursegmentparameters(&arcres, &arcsag); in io_gdsoptionsdlog()
1404 DiaSetText(dia, DGDO_OARCANGLE, frtoa(arcres*WHOLE/10)); in io_gdsoptionsdlog()
1499 if (newres != arcres || newsag != arcsag) in io_gdsoptionsdlog()
H A Dio.c497 INTBIG arcres, arcsag; in io_set() local
879 getcontoursegmentparameters(&arcres, &arcsag); in io_set()
880 if (count > 3) arcres = atofr(par[3]) * 10 / WHOLE; in io_set()
882 frtoa(arcres*WHOLE/10)); in io_set()
883 setcontoursegmentparameters(arcres, arcsag); in io_set()
888 getcontoursegmentparameters(&arcres, &arcsag); in io_set()
891 setcontoursegmentparameters(arcres, arcsag); in io_set()