| /xsrc/external/mit/libX11/dist/src/ |
| H A D | ChGC.c | 46 if (gc->dirty & (GCFont | GCTile | GCStipple))
|
| H A D | SetTile.c | 41 gc->dirty |= GCTile;
|
| H A D | GetGCVals.c | 39 GCFillRule | GCTile | GCStipple | \ 93 if (valuemask & GCTile)
|
| H A D | CrGC.c | 135 if (dirty & GCTile) *value++ = gv->tile; 238 if (mask & GCTile) { 240 gc->dirty |= GCTile;
|
| H A D | CopyGC.c | 93 if (mask & GCTile)
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbgc.c | 215 if ((changes & GCTile) && fbGetRotatedPixmap(pGC)) 239 changes |= GCTile; 244 if (changes & GCTile)
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa.c | 193 if ((changes & GCTile) && fbGetRotatedPixmap(pGC)) { 227 changes |= GCTile; 232 if (changes & GCTile) { 242 /* Mask out the GCTile change notification, now that we've 245 changes &= ~GCTile; 249 /* We can't inline stipple handling like we do for GCTile
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa.c | 193 if ((changes & GCTile) && fbGetRotatedPixmap(pGC)) { 227 changes |= GCTile; 232 if (changes & GCTile) { 242 /* Mask out the GCTile change notification, now that we've 245 changes &= ~GCTile; 249 /* We can't inline stipple handling like we do for GCTile
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa.c | 213 if ((changes & GCTile) && fbGetRotatedPixmap(pGC)) { 247 changes |= GCTile; 252 if (changes & GCTile) { 262 /* Mask out the GCTile change notification, now that we've 265 changes &= ~GCTile; 269 /* We can't inline stipple handling like we do for GCTile
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa.c | 192 if ((changes & GCTile) && fbGetRotatedPixmap(pGC)) { 223 changes |= GCTile; 228 if (changes & GCTile) { 237 /* Mask out the GCTile change notification, now that we've done FB's 240 changes &= ~GCTile; 244 /* We can't inline stipple handling like we do for GCTile because it sets
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | GC.c | 128 if (mask & GCTile) { 130 mask &= ~GCTile;
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_core.c | 200 if (changes & GCTile) { 216 /* Mask out the GCTile change notification, now that we've done FB's 219 changes &= ~GCTile; 226 /* We can't inline stipple handling like we do for GCTile because
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxgc.c | 217 * initialize the GCTile in the back-end server. Thus, we catch 218 * this case in dmxCreateGC and add GCTile to the mask here. 223 * set GCTile in the mask but forgot to set vals.pixmap 225 if (pGC->tile.pixmap) mask |= GCTile; 242 if (mask & GCTile) { 244 mask &= ~GCTile;
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbgc.c | 131 if (changes & GCTile) {
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | GCManager.c | 97 GCFillRule | GCTile | GCStipple | \ 128 CHECK(GCTile, tile, ~0UL);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | GC.c | 129 if (mask & GCTile) { 131 mask &= ~GCTile;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 574 #define GCTile (1L<<10) macro
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | SmeBSB.c | 736 mask |= GCTile | GCFillStyle; 737 mask_i18n |= GCTile | GCFillStyle;
|
| H A D | List.c | 352 lw->list.graygc = XtAllocateGC(w, 0, GCTile | GCFillStyle, 355 lw->list.graygc = XtGetGC(w, GCFont | GCTile | GCFillStyle, &values); 1101 XGetGCValues(XtDisplay(current), cl->list.graygc, GCTile, &values); 1170 XGetGCValues(XtDisplay(w), lw->list.graygc, GCTile, &values);
|
| H A D | Label.c | 429 GCTile | GCFillStyle | 435 GCFont | GCTile | GCFillStyle |
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa.c | 410 || ((changes & GCTile) && !pGC->tileIsPixel)) { 415 * - Or the rotated tile if that one matches depth and !(changes & GCTile). 419 && !(changes & GCTile)) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaGC.c | 139 if((changes & GCTile) && !pGC->tileIsPixel && pGC->tile.pixmap){ 263 if((mask & GCTile) && !pGC->tileIsPixel &&
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | gc.c | 99 * ChangeGCXIDs(client, pGC, GCFillStyle|GCTile, v); 107 * ChangeGC(client, pGC, GCFillStyle|GCTile, v); 248 case GCTile: 427 { GCTile, RT_PIXMAP, DixReadAccess }, 656 case GCTile:
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | gc.c | 96 * ChangeGCXIDs(client, pGC, GCFillStyle|GCTile, v); 104 * ChangeGC(client, pGC, GCFillStyle|GCTile, v); 246 case GCTile: 424 {GCTile, RT_PIXMAP, DixReadAccess}, 662 case GCTile:
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miexpose.c | 508 gcmask |= GCFillStyle | GCTile | GCTileStipXOrigin | GCTileStipYOrigin;
|