Home
last modified time | relevance | path

Searched refs:CANCHOOSEFACES (Results 1 – 4 of 4) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp3778 if (graphicshas(CANCHOOSEFACES)) in us_attributesdlog()
4617 if (graphicshas(CANCHOOSEFACES)) in us_attrtextposition()
11355 if (graphicshas(CANCHOOSEFACES)) in us_getinfotext()
11841 if (graphicshas(CANCHOOSEFACES)) in us_getinfotext()
12373 if (graphicshas(CANCHOOSEFACES)) in us_getinfoexport()
16065 if (graphicshas(CANCHOOSEFACES)) in us_placetextdlog()
16103 if (graphicshas(CANCHOOSEFACES)) in us_placetextdlog()
20658 if (graphicshas(CANCHOOSEFACES)) in us_modtextsizedlog()
21526 if (graphicshas(CANCHOOSEFACES)) in us_deftextdlog()
23618 if (graphicshas(CANCHOOSEFACES)) in us_setpopupface()
[all …]
H A Dusrcheck.c2517 if (!graphicshas(CANCHOOSEFACES)) return(FALSE); in us_checktextdescript()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h148 #define CANCHOOSEFACES 0100 /* can choose alternate type faces */ macro
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphunixx11.c2878 if ((want&(CANCHOOSEFACES|CANMODIFYFONTS|CANSCALEFONTS)) != 0) in graphicshas()