Home
last modified time | relevance | path

Searched refs:arcsag (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 … circletopoly(INTBIG cx, INTBIG cy, INTBIG radius, POLYGON *poly, INTBIG arcres, INTBIG arcsag);
/dports/cad/electric/electric-7.00/src/db/
H A Ddbcontour.c461 void getcontoursegmentparameters(INTBIG *arcres, INTBIG *arcsag) in getcontoursegmentparameters() argument
465 *arcsag = db_arcsag; in getcontoursegmentparameters()
473 void setcontoursegmentparameters(INTBIG arcres, INTBIG arcsag) in setcontoursegmentparameters() argument
476 db_arcsag = arcsag; in setcontoursegmentparameters()
479 (void)setval((INTBIG)io_tool, VTOOL, x_("IO_curve_sag"), arcsag, VINTEGER); in setcontoursegmentparameters()
H A Ddbmath.c1231 INTBIG arcres, INTBIG arcsag) in arctopoly() argument
1247 sag = arcsag; in arctopoly()
1290 void circletopoly(INTBIG cx, INTBIG cy, INTBIG radius, POLYGON *poly, INTBIG arcres, INTBIG arcsag) in circletopoly() argument
1301 sag = arcsag; 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()
1405 DiaSetText(dia, DGDO_OARCSAG, latoa(arcsag, 0)); 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()
883 setcontoursegmentparameters(arcres, arcsag); in io_set()
888 getcontoursegmentparameters(&arcres, &arcsag); in io_set()
889 if (count > 3) arcsag = atola(par[3], 0); in io_set()
890 ttyputverbose(M_("GDS arc generation will sag no more than %s"), latoa(arcsag, 0)); in io_set()
891 setcontoursegmentparameters(arcres, arcsag); in io_set()