Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrmisc.c5130 case COLORSDEFAULT: in us_getcolormap()
5160 case COLORSDEFAULT: thisptr = &colmap[33]; break; /* white */ in us_getcolormap()
5168 case COLORSDEFAULT: thisptr = &colmap[32]; break; /* black */ in us_getcolormap()
5183 case COLORSDEFAULT: thisptr = &colmap[16]; break; /* default */ in us_getcolormap()
5211 case COLORSDEFAULT: thisptr = &default_colmap[0]; break; /* default */ in us_getcolormap()
5226 case COLORSDEFAULT: us_gbox.col = BLACK; break; /* black */ in us_getcolormap()
H A Dusr.c358 us_getcolormap(el_curtech, COLORSDEFAULT, FALSE); in us_do2init()
530 us_getcolormap(el_curtech, COLORSDEFAULT, FALSE); in us_do3init()
H A Dusrcomcd.c100 us_getcolormap(el_curtech, COLORSDEFAULT, TRUE); in us_color()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h189 #define COLORSDEFAULT 1 /* load default colors (gray background) */ macro
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphqt.cpp2149 us_getcolormap(el_curtech, COLORSDEFAULT, FALSE); in gra_buildwindow()
H A Dgraphunixx11.c2789 us_getcolormap(el_curtech, COLORSDEFAULT, FALSE); in gra_buildwindow()
2821 us_getcolormap(el_curtech, COLORSDEFAULT, FALSE); in gra_buildwindow()
H A DgraphmacX.c1576 if (!floating && first) us_getcolormap(el_curtech, COLORSDEFAULT, FALSE); //else in gra_buildwindow()
H A Dgraphmac.c1604 if (!floating && first) us_getcolormap(el_curtech, COLORSDEFAULT, FALSE); else in gra_buildwindow()