Searched refs:GCBackground (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnix3d.c470 GCForeground|GCBackground|GCStipple|GCFillStyle, &gcValues);
473 GCForeground|GCBackground|GCStipple|GCFillStyle, &gcValues);
488 GCForeground|GCBackground|GCStipple|GCFillStyle, &gcValues);
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnix3d.c479 GCForeground|GCBackground|GCStipple|GCFillStyle, &gcValues);
482 GCForeground|GCBackground|GCStipple|GCFillStyle, &gcValues);
497 GCForeground|GCBackground|GCStipple|GCFillStyle, &gcValues);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32gui.h70 #define GCBackground 0x02 macro
H A Dmacgui.h270 #define GCBackground (1L<<3) macro
H A Dwidget.c610 (GCFont | GCForeground | GCBackground | GCGraphicsExposures
622 (GCFont | GCForeground | GCBackground | GCGraphicsExposures
637 (GCFont | GCForeground | GCBackground | GCGraphicsExposures
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkMenuDraw.c213 newGC = Tk_GetGC(menuPtr->tkwin, GCForeground|GCBackground|GCFont,
228 mask = GCForeground|GCBackground|GCFont;
270 newGC = Tk_GetGC(menuPtr->tkwin, GCForeground|GCBackground|GCFont,
281 newGC = Tk_GetGC(menuPtr->tkwin, GCForeground|GCBackground|GCFont,
357 GCForeground|GCBackground|GCFont|GCGraphicsExposures,
365 GCForeground|GCBackground|GCGraphicsExposures,
374 mask = GCForeground|GCBackground|GCFont|GCGraphicsExposures;
393 GCForeground|GCBackground|GCFont|GCGraphicsExposures,
H A DtkMenubutton.c691 mask = GCForeground | GCBackground | GCFont | GCGraphicsExposures;
700 mask = GCForeground | GCBackground | GCFont;
732 mask = GCForeground | GCBackground | GCFont;
H A DtkGC.c118 if (valueMask & GCBackground) {
H A DtkButton.c1369 mask = GCForeground | GCBackground | GCFont | GCGraphicsExposures;
1379 mask = GCForeground | GCBackground | GCFont;
1412 mask = GCForeground | GCBackground | GCFont;
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkMenuDraw.c214 newGC = Tk_GetGC(menuPtr->tkwin, GCForeground|GCBackground|GCFont,
229 mask = GCForeground|GCBackground|GCFont;
271 newGC = Tk_GetGC(menuPtr->tkwin, GCForeground|GCBackground|GCFont,
282 newGC = Tk_GetGC(menuPtr->tkwin, GCForeground|GCBackground|GCFont,
360 GCForeground|GCBackground|GCFont|GCGraphicsExposures,
368 GCForeground|GCBackground|GCGraphicsExposures,
377 mask = GCForeground|GCBackground|GCFont|GCGraphicsExposures;
396 GCForeground|GCBackground|GCFont|GCGraphicsExposures,
H A DtkMenubutton.c702 mask = GCForeground | GCBackground | GCFont | GCGraphicsExposures;
711 mask = GCForeground | GCBackground | GCFont;
743 mask = GCForeground | GCBackground | GCFont;
H A DtkGC.c119 if (valueMask & GCBackground) {
H A DtkButton.c1341 mask = GCForeground | GCBackground | GCFont | GCGraphicsExposures;
1351 mask = GCForeground | GCBackground | GCFont;
1384 mask = GCForeground | GCBackground | GCFont;
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWin3d.c495 GCForeground|GCBackground|GCStipple|GCFillStyle, &gcValues);
499 GCForeground|GCBackground|GCStipple|GCFillStyle, &gcValues);
514 GCForeground|GCBackground|GCStipple|GCFillStyle, &gcValues);
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWin3d.c502 GCForeground|GCBackground|GCStipple|GCFillStyle, &gcValues);
506 GCForeground|GCBackground|GCStipple|GCFillStyle, &gcValues);
521 GCForeground|GCBackground|GCStipple|GCFillStyle, &gcValues);
/macosx-10.10.1/tcl-105/tk/tk/xlib/
H A Dxgc.c143 InitField(background, GCBackground,
230 ModifyField(background, GCBackground);
/macosx-10.10.1/tcl-105/tk84/tk/xlib/
H A Dxgc.c139 gp->background = (mask & GCBackground) ?values->background :
200 if (mask & GCBackground) { gc->background = values->background; }
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h522 #define GCBackground (1L<<3) macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h522 #define GCBackground (1L<<3) macro
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DCreate.c646 valuemask = (GCForeground | GCBackground | GCFont | GCLineWidth);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/dbs/xtiff/
H A Dxtiff.c907 GCFunction | GCPlaneMask | GCForeground | GCBackground, &gc_values);
926 GCForeground | GCBackground, &gc_values);
/macosx-10.10.1/vim-55/src/
H A Dgui_at_fs.c1177 (XtGCMask)GCFunction | GCForeground | GCBackground,
1190 (unsigned long)GCForeground | GCBackground,
1192 (unsigned long)GCForeground | GCBackground | GCFont,
H A Dgui_athena.c401 GCForeground | GCBackground,
406 GCForeground | GCBackground,
/macosx-10.10.1/Heimdal-398.1.2/appl/xnlock/
H A Dxnlock.c1046 GCForeground | GCBackground | GCGraphicsExposures | GCFont,
/macosx-10.10.1/groff-38/groff/src/devices/xditview/
H A DDvi.c295 GCForeground|GCBackground|GCStipple,

Completed in 213 milliseconds

12