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

1234

/xsrc/external/mit/libX11/dist/src/
H A DSetFunc.c41 gc->dirty |= GCFunction;
H A DSetState.c47 gc->dirty |= GCFunction;
H A DGetGCVals.c36 #define ValidGCValuesBits (GCFunction | GCPlaneMask | GCForeground | \
63 if (valuemask & GCFunction)
H A DCrGC.c125 if (dirty & GCFunction) *value++ = gv->function;
171 if (mask & GCFunction)
174 gc->dirty |= GCFunction;
H A DCopyGC.c60 if (mask & GCFunction)
/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/xf86-video-intel/dist/test/
H A Dbasic-stress.c18 XChangeGC(tt->dpy->dpy, tt->gc, GCFunction | GCForeground, &val);
57 XChangeGC(out->dpy->dpy, out->gc, GCFunction, &val);
62 XChangeGC(ref->dpy->dpy, ref->gc, GCFunction, &val);
82 XChangeGC(tt->dpy->dpy, tt->gc, GCFunction, &val);
H A Dmixed-stress.c70 XChangeGC(tt->dpy->dpy, tt->gc, GCFunction | GCForeground, &val);
109 XChangeGC(out->dpy->dpy, out->gc, GCFunction, &val);
114 XChangeGC(ref->dpy->dpy, ref->gc, GCFunction, &val);
134 XChangeGC(tt->dpy->dpy, tt->gc, GCFunction, &val);
H A Dbasic-copyplane.c26 GCGraphicsExposures | GCForeground | GCBackground | GCFunction,
H A Dbasic-lines.c74 GCFunction |
H A Dbasic-string.c25 gc = XCreateGC(t->dpy, d, GCForeground | GCBackground | GCFunction, &val);
H A Dshm-test.c116 gc = XCreateGC(dpy, pixmap, GCGraphicsExposures | GCSubwindowMode | GCFillStyle | GCForeground | GCFunction, &gcv);
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-stress.c18 XChangeGC(tt->dpy->dpy, tt->gc, GCFunction | GCForeground, &val);
57 XChangeGC(out->dpy->dpy, out->gc, GCFunction, &val);
62 XChangeGC(ref->dpy->dpy, ref->gc, GCFunction, &val);
82 XChangeGC(tt->dpy->dpy, tt->gc, GCFunction, &val);
H A Dmixed-stress.c70 XChangeGC(tt->dpy->dpy, tt->gc, GCFunction | GCForeground, &val);
109 XChangeGC(out->dpy->dpy, out->gc, GCFunction, &val);
114 XChangeGC(ref->dpy->dpy, ref->gc, GCFunction, &val);
134 XChangeGC(tt->dpy->dpy, tt->gc, GCFunction, &val);
H A Dbasic-lines.c74 GCFunction |
H A Dbasic-string.c25 gc = XCreateGC(t->dpy, d, GCForeground | GCBackground | GCFunction, &val);
H A Dshm-test.c116 gc = XCreateGC(dpy, pixmap, GCGraphicsExposures | GCSubwindowMode | GCFillStyle | GCForeground | GCFunction, &gcv);
/xsrc/external/mit/twm/dist/src/
H A Dgc.c86 gcm |= GCFunction; gcv.function = GXxor;
/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/mi/
H A Dmiglblt.c141 ChangeGC(NullClient, pGCtmp, GCFunction|GCForeground|GCBackground, gcvals);
238 ChangeGC(NullClient, pGC, GCFunction|GCForeground|GCFillStyle, gcvals);
253 ChangeGC(NullClient, pGC, GCFunction|GCForeground|GCFillStyle, gcvals);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiglblt.c131 ChangeGC(NullClient, pGCtmp, GCFunction | GCForeground | GCBackground,
216 ChangeGC(NullClient, pGC, GCFunction | GCForeground | GCFillStyle, gcvals);
230 ChangeGC(NullClient, pGC, GCFunction | GCForeground | GCFillStyle, gcvals);
/xsrc/external/mit/xorg-server/dist/render/
H A Dmirect.c56 mask = GCFunction | GCForeground | GCSubwindowMode;
/xsrc/external/mit/ctwm/dist/
H A Dgc.c61 gcm |= GCFunction;
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DCursor.c50 valuemask = GCFunction |
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DCursor.c50 valuemask = GCFunction |

Completed in 17 milliseconds

1234