| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetBack.c | 41 gc->dirty |= GCBackground;
|
| H A D | CrPFBData.c | 66 GC gc = XCreateGC(display, pix, GCForeground|GCBackground, &gcv);
|
| H A D | SetState.c | 59 gc->dirty |= GCBackground;
|
| H A D | GetGCVals.c | 37 GCBackground | GCLineWidth | GCLineStyle | \ 72 if (valuemask & GCBackground)
|
| H A D | CrGC.c | 128 if (dirty & GCBackground) *value++ = gv->background; 189 if (mask & GCBackground) 192 gc->dirty |= GCBackground;
|
| H A D | CopyGC.c | 69 if (mask & GCBackground)
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | CrPixFBit.c | 71 (GCForeground | GCBackground | GCGraphicsExposures),
|
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | CrPFrI.c | 62 GCForeground | GCBackground, &values);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | gc.c | 75 gcm |= GCBackground; 106 gcm |= GCBackground;
|
| H A D | image_bitmap.c | 156 XChangeGC(dpy, Scr->rootGC, GCForeground | GCBackground, &gcvalues);
|
| H A D | ctwm.h | 117 XChangeGC(dpy, Scr->NormalGC, GCFont|GCForeground|GCBackground,&Gcv) 122 XChangeGC(dpy, Scr->NormalGC, GCForeground|GCBackground,&Gcv)
|
| H A D | drawing.c | 31 XChangeGC(dpy, gc, GCForeground|GCBackground,&Gcv) 89 gcm |= GCBackground;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gc.c | 95 gcm |= GCBackground; gcv.background = Scr->MenuC.back;
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omImText.c | 32 #define GET_VALUE_MASK (GCFunction | GCForeground | GCBackground | GCFillStyle)
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbgc.c | 212 changes |= GCStipple|GCForeground|GCBackground|GCPlaneMask; 270 if (changes & (GCForeground|GCBackground|GCPlaneMask|GCFunction))
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | basic-copyplane.c | 26 GCGraphicsExposures | GCForeground | GCBackground | GCFunction,
|
| H A D | basic-string.c | 25 gc = XCreateGC(t->dpy, d, GCForeground | GCBackground | GCFunction, &val);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | basic-string.c | 25 gc = XCreateGC(t->dpy, d, GCForeground | GCBackground | GCFunction, &val);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Cursor.c | 53 GCBackground |
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Cursor.c | 51 GCPlaneMask | GCForeground | GCBackground | GCClipMask;
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbgc.c | 147 if (changes & (GCForeground | GCBackground | GCPlaneMask | GCFunction)) {
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | GCManager.c | 95 GCBackground | GCLineWidth | GCLineStyle | \ 122 CHECK(GCBackground, background, 1);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | cachedGCs.c | 325 mask = (GCForeground | GCBackground | GCFont); 360 mask = (GCForeground | GCBackground); 407 XtGCMask mask = (GCForeground | GCBackground | GCFont); 471 me->mask |= GCBackground; 591 if (!(me->mask & GCBackground))
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mibitblt.c | 426 ChangeGC(NullClient, pGCT, GCBackground, gcv); 507 ChangeGC(NullClient, pGC, GCForeground | GCBackground | GCStipple, gcv); 526 GCForeground | GCBackground | GCFillStyle | GCStipple | 775 ChangeGC(NullClient, pGC, GCForeground | GCBackground, gcv); 792 ChangeGC(NullClient, pGC, GCPlaneMask | GCForeground | GCBackground, gcv);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mibitblt.c | 400 ChangeGC(NullClient, pGCT, GCBackground, gcv); 478 ChangeGC(NullClient, pGC, GCForeground | GCBackground | GCStipple, gcv); 497 GCForeground | GCBackground | GCFillStyle | GCStipple | 730 ChangeGC(NullClient, pGC, GCForeground | GCBackground, gcv); 745 ChangeGC(NullClient, pGC, GCPlaneMask | GCForeground | GCBackground,
|