Searched refs:GCFunction (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/xlib/
H A Dxgc.c139 InitField(function, GCFunction, GXcopy);
227 ModifyField(function, GCFunction);
/macosx-10.10.1/tcl-105/tk84/tk/xlib/
H A Dxgc.c135 gp->function = (mask & GCFunction) ?values->function :GXcopy;
197 if (mask & GCFunction) { gc->function = values->function; }
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkGC.c103 if (valueMask & GCFunction) {
H A DtkSquare.c345 GCFunction|GCGraphicsExposures, &gcValues);
H A DtkCanvas.c1917 GCFunction|GCGraphicsExposures|GCForeground, &gcValues);
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h519 #define GCFunction (1L<<0) macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h519 #define GCFunction (1L<<0) macro
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkGC.c104 if (valueMask & GCFunction) {
H A DtkSquare.c352 GCFunction|GCGraphicsExposures, &gcValues);
H A DtkCanvas.c2064 GCFunction|GCGraphicsExposures|GCForeground, &gcValues);
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkWidget.c77 gc = Tk_GetGC(tkwin, GCFunction|GCGraphicsExposures, &gcValues);
/macosx-10.10.1/vim-55/src/
H A Dgui_x11.c1409 gc_mask |= GCFunction;
1603 gc_mask |= GCFunction;
H A Dgui_at_fs.c1177 (XtGCMask)GCFunction | GCForeground | GCBackground,
/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);
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeUtils.c522 gcMask = GCFunction;
683 mask = GCLineWidth | GCLineStyle | GCDashList | GCDashOffset | GCFunction;
2873 unsigned long valid = GCFont | GCForeground | GCFunction | GCBackground
2888 if ((mask & GCFunction) &&
H A DtkTreeDisplay.c4448 gcMask = GCFunction | GCGraphicsExposures;
4630 gcMask = GCFunction | GCGraphicsExposures;
H A DtkTreeCtrl.c1433 gcMask = GCFunction | GCGraphicsExposures;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxterm.c2216 | GCFunction);
2361 | GCFunction);
2921 GCFunction | GCForeground, &values);

Completed in 418 milliseconds