Searched refs:GCForeground (Results 1 - 25 of 163) sorted by relevance

1234567

/xsrc/external/mit/libX11/dist/src/
H A DSetFore.c41 gc->dirty |= GCForeground;
H A DCrPFBData.c66 GC gc = XCreateGC(display, pix, GCForeground|GCBackground, &gcv);
H A DSetState.c55 gc->dirty |= GCForeground;
H A DGetGCVals.c36 #define ValidGCValuesBits (GCFunction | GCPlaneMask | GCForeground | \
69 if (valuemask & GCForeground)
H A DCrGC.c127 if (dirty & GCForeground) *value++ = gv->foreground;
183 if (mask & GCForeground)
186 gc->dirty |= GCForeground;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.h82 ChangeGC (NullClient, pGC, GCForeground, &gcval); \
90 ChangeGC (NullClient, pGC, GCForeground, &gcval); \
H A Dmiglblt.c131 ChangeGC(NullClient, pGCtmp, GCFunction | GCForeground | GCBackground,
216 ChangeGC(NullClient, pGC, GCFunction | GCForeground | GCFillStyle, gcvals);
222 ChangeGC(NullClient, pGC, GCForeground, gcvals);
230 ChangeGC(NullClient, pGC, GCFunction | GCForeground | GCFillStyle, gcvals);
/xsrc/external/mit/x11perf/dist/
H A Ddo_valgc.c51 XChangeGC(xp->d, xp->fggc, GCForeground , &gcv);
55 XChangeGC(xp->d, xp->fggc, GCForeground , &gcv);
59 XChangeGC(xp->d, xp->fggc, GCForeground , &gcv);
63 XChangeGC(xp->d, xp->fggc, GCForeground , &gcv);
/xsrc/external/mit/twm/dist/src/
H A Dgc.c88 gcm |= GCForeground; gcv.foreground = Scr->XORvalue;
94 gcm |= GCForeground; gcv.foreground = Scr->MenuC.fore;
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwideline.h83 ChangeGC (NullClient, pGC, GCForeground, &gcval); \
91 ChangeGC (NullClient, pGC, GCForeground, &gcval); \
H A Dmiglblt.c141 ChangeGC(NullClient, pGCtmp, GCFunction|GCForeground|GCBackground, gcvals);
238 ChangeGC(NullClient, pGC, GCFunction|GCForeground|GCFillStyle, gcvals);
244 ChangeGC(NullClient, pGC, GCForeground, gcvals);
253 ChangeGC(NullClient, pGC, GCFunction|GCForeground|GCFillStyle, gcvals);
/xsrc/external/mit/ctwm/dist/
H A Dgc.c65 gcm |= GCForeground;
73 gcm |= GCForeground;
104 gcm |= GCForeground;
/xsrc/external/mit/libXmu/dist/src/
H A DCrPixFBit.c71 (GCForeground | GCBackground | GCGraphicsExposures),
H A DShapeWidg.c130 GCForeground | GCBackground | GCLineWidth | GCCapStyle,
154 XChangeGC(dpy, gc, GCLineWidth | GCForeground, &values);
209 mask = GCForeground | GCLineWidth;
/xsrc/external/mit/libXpm/dist/src/
H A DCrPFrI.c62 GCForeground | GCBackground, &values);
/xsrc/external/mit/libXaw/dist/examples/
H A Dsimple.c28 gc1 = XtGetGC(w, GCForeground, &values);
30 gc2 = XtGetGC(w, GCForeground, &values);
/xsrc/external/mit/libX11/dist/modules/om/generic/
H A DomImText.c32 #define GET_VALUE_MASK (GCFunction | GCForeground | GCBackground | GCFillStyle)
33 #define SET_VALUE_MASK (GCFunction | GCForeground | GCFillStyle)
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_utils.c49 ChangeGC(NullClient, gc, GCForeground, vals);
70 ChangeGC(NullClient, gc, GCForeground, vals);
/xsrc/local/programs/x11-ssh-askpass/
H A Ddrawing.c34 gc1 = XCreateGC (dpy, window, GCForeground, &gcv);
36 gc2 = XCreateGC (dpy, window, GCForeground, &gcv);
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dbasic-copyarea-size.c31 XChangeGC(t->dpy, tt->gc, GCForeground, &val);
35 XChangeGC(t->dpy, tt->gc, GCForeground, &val);
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-copyarea-size.c31 XChangeGC(t->dpy, tt->gc, GCForeground, &val);
35 XChangeGC(t->dpy, tt->gc, GCForeground, &val);
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmirect.c59 mask = GCFunction | GCForeground | GCSubwindowMode;
151 ChangeGC (NullClient, pGC, GCFunction | GCForeground, gcvals);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dglyphcurs.c121 ChangeGC(NullClient, pGC, GCFunction | GCForeground | GCFont, gcval);
127 ChangeGC(NullClient, pGC, GCForeground, gcval);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dglyphcurs.c116 ChangeGC(NullClient, pGC, GCFunction | GCForeground | GCFont, gcval);
122 ChangeGC(NullClient, pGC, GCForeground, gcval);
/xsrc/external/mit/xorg-server/dist/render/
H A Dmirect.c56 mask = GCFunction | GCForeground | GCSubwindowMode;

Completed in 32 milliseconds

1234567