Searched refs:GCTile (Results 1 - 25 of 49) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DChGC.c46 if (gc->dirty & (GCFont | GCTile | GCStipple))
H A DSetTile.c41 gc->dirty |= GCTile;
H A DGetGCVals.c39 GCFillRule | GCTile | GCStipple | \
93 if (valuemask & GCTile)
H A DCrGC.c135 if (dirty & GCTile) *value++ = gv->tile;
238 if (mask & GCTile) {
240 gc->dirty |= GCTile;
H A DCopyGC.c93 if (mask & GCTile)
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbgc.c215 if ((changes & GCTile) && fbGetRotatedPixmap(pGC))
239 changes |= GCTile;
244 if (changes & GCTile)
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.c193 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 Duxa.c193 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 Duxa.c213 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 Duxa.c192 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 DGC.c128 if (mask & GCTile) {
130 mask &= ~GCTile;
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_core.c200 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 Ddmxgc.c217 * 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 Dfbgc.c131 if (changes & GCTile) {
/xsrc/external/mit/libXt/dist/src/
H A DGCManager.c97 GCFillRule | GCTile | GCStipple | \
128 CHECK(GCTile, tile, ~0UL);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGC.c129 if (mask & GCTile) {
131 mask &= ~GCTile;
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h574 #define GCTile (1L<<10) macro
/xsrc/external/mit/libXaw/dist/src/
H A DSmeBSB.c736 mask |= GCTile | GCFillStyle;
737 mask_i18n |= GCTile | GCFillStyle;
H A DList.c352 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 DLabel.c429 GCTile | GCFillStyle |
435 GCFont | GCTile | GCFillStyle |
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa.c410 || ((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 DxaaGC.c139 if((changes & GCTile) && !pGC->tileIsPixel && pGC->tile.pixmap){
263 if((mask & GCTile) && !pGC->tileIsPixel &&
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c99 * 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 Dgc.c96 * 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 Dmiexpose.c508 gcmask |= GCFillStyle | GCTile | GCTileStipXOrigin | GCTileStipYOrigin;

Completed in 19 milliseconds

12