Home
last modified time | relevance | path

Searched refs:get3dfactors (Results 1 – 8 of 8) sorted by relevance

/dports/cad/electric/electric-7.00/src/io/
H A Diocifout.c730 if (get3dfactors(poly->tech, poly->layer, &height, &thickness)) in io_ciffindhighestlayer()
749 if (get3dfactors(poly->tech, poly->layer, &height, &thickness)) in io_ciffindhighestlayer()
H A Diopsoutcolor.cpp344 if (get3dfactors(tech, i, &ls[j].height, &thickness)) break; in io_pscolor_getLayerMap()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrwindow.c1649 if (get3dfactors(tech, i, &height, &thickness)) continue; in us_3dsetupviewing()
2171 (void)get3dfactors(el_curtech, 0, &depth, &thickness); in us_3dshowpoly()
2209 if (get3dfactors(poly->tech, poly->layer, &depth, &thickness)) return; in us_3dshowpoly()
H A Dusrdiacom.cpp568 if (get3dfactors(el_curtech, i, &us_3dheight[i], &us_3dthickness[i])) in us_3ddepthdlog()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimfasthenry.cpp422 if (get3dfactors(ai->proto->tech, poly->layer, &lheight, &lthickness)) in sim_fasthenrygetarcoptions()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtech.c2565 BOOLEAN get3dfactors(TECHNOLOGY *tech, INTBIG layer, float *height, float *thickness) in get3dfactors() function
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1967 BOOLEAN get3dfactors(TECHNOLOGY *tech, INTBIG layer, float *height, float *thickness);
/dports/cad/electric/electric-7.00/
H A DChangeLog3736 FIX: In "dbtech.c:get3dfactors()", cache the thickness and height arrays, not variables.