| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetFunc.c | 41 gc->dirty |= GCFunction;
|
| H A D | SetState.c | 47 gc->dirty |= GCFunction;
|
| H A D | GetGCVals.c | 36 #define ValidGCValuesBits (GCFunction | GCPlaneMask | GCForeground | \ 63 if (valuemask & GCFunction)
|
| H A D | CrGC.c | 125 if (dirty & GCFunction) *value++ = gv->function; 171 if (mask & GCFunction) 174 gc->dirty |= GCFunction;
|
| H A D | CopyGC.c | 60 if (mask & GCFunction)
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omImText.c | 32 #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 D | basic-stress.c | 18 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 D | mixed-stress.c | 70 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 D | basic-copyplane.c | 26 GCGraphicsExposures | GCForeground | GCBackground | GCFunction,
|
| H A D | basic-lines.c | 74 GCFunction |
|
| H A D | basic-string.c | 25 gc = XCreateGC(t->dpy, d, GCForeground | GCBackground | GCFunction, &val);
|
| H A D | shm-test.c | 116 gc = XCreateGC(dpy, pixmap, GCGraphicsExposures | GCSubwindowMode | GCFillStyle | GCForeground | GCFunction, &gcv);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | basic-stress.c | 18 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 D | mixed-stress.c | 70 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 D | basic-lines.c | 74 GCFunction |
|
| H A D | basic-string.c | 25 gc = XCreateGC(t->dpy, d, GCForeground | GCBackground | GCFunction, &val);
|
| H A D | shm-test.c | 116 gc = XCreateGC(dpy, pixmap, GCGraphicsExposures | GCSubwindowMode | GCFillStyle | GCForeground | GCFunction, &gcv);
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gc.c | 86 gcm |= GCFunction; gcv.function = GXxor;
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | mirect.c | 59 mask = GCFunction | GCForeground | GCSubwindowMode; 151 ChangeGC (NullClient, pGC, GCFunction | GCForeground, gcvals);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miglblt.c | 141 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 D | miglblt.c | 131 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 D | mirect.c | 56 mask = GCFunction | GCForeground | GCSubwindowMode;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | gc.c | 61 gcm |= GCFunction;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Cursor.c | 50 valuemask = GCFunction |
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Cursor.c | 50 valuemask = GCFunction |
|