Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Dusrdiacom.h48 …us_colormixdlog(CHAR *overlayernames[], INTBIG layercount, CHAR **layernames, INTBIG *printcolors);
H A Dusredtec.h235 INTBIG height3d, INTBIG thick3d, INTBIG *printcolors);
/dports/cad/electric/electric-7.00/src/io/
H A Diopsoutcolor.cpp325 INTBIG i, j, k, fun, *printcolors, curLayer, startlayer; in io_pscolor_getLayerMap() local
335 printcolors = us_getprintcolors(tech); in io_pscolor_getLayerMap()
336 if (printcolors == 0) return; in io_pscolor_getLayerMap()
348 ls[j].r = printcolors[i*5]; in io_pscolor_getLayerMap()
349 ls[j].g = printcolors[i*5+1]; in io_pscolor_getLayerMap()
350 ls[j].b = printcolors[i*5+2]; in io_pscolor_getLayerMap()
351 ls[j].opacity = (float)printcolors[i*5+3]/WHOLE; in io_pscolor_getLayerMap()
352 ls[j].foreground = printcolors[i*5+4]; in io_pscolor_getLayerMap()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusredtecg.c102 *printcolors, *colors; in us_tecedmakelibfromtech() local
197 printcolors = us_getprintcolors(tech); in us_tecedmakelibfromtech()
253 if (printcolors == 0) colors = 0; else in us_tecedmakelibfromtech()
254 colors = &printcolors[i*5]; in us_tecedmakelibfromtech()
820 INTBIG height3d, INTBIG thick3d, INTBIG *printcolors) in us_tecedmakelayer() argument
969 us_tecedlayertexttable[i].value = (void *)printcolors; in us_tecedmakelayer()
H A Dusredtecc.c1367 REGISTER INTBIG i, k, total, dependentlibcount, *printcolors; in us_teceditcolormap() local
1388 printcolors = (INTBIG *)emalloc(total*5*SIZEOFINTBIG, us_tool->cluster); in us_teceditcolormap()
1389 if (printcolors == 0) return; in us_teceditcolormap()
1402 for(k=0; k<5; k++) printcolors[i*5+k] = printcol[k]; in us_teceditcolormap()
1456 if (us_colormixdlog(layerlabel, total, layernames, printcolors)) in us_teceditcolormap()
1468 printcolors[i*5], printcolors[i*5+1], printcolors[i*5+2], in us_teceditcolormap()
1469 printcolors[i*5+3], (printcolors[i*5+4]==0 ? x_("off") : x_("on"))); in us_teceditcolormap()
1498 efree((CHAR *)printcolors); in us_teceditcolormap()
H A Dusrdiacom.cpp6592 … us_colormixdlog(CHAR *overlayernames[], INTBIG layercount, CHAR **layernames, INTBIG *printcolors) in us_colormixdlog() argument
6614 us_colormixlayerprintcolordata = printcolors; in us_colormixdlog()