Searched refs:GCStipple (Results 1 - 25 of 43) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DChGC.c46 if (gc->dirty & (GCFont | GCTile | GCStipple))
H A DSetStip.c41 gc->dirty |= GCStipple;
H A DGetGCVals.c39 GCFillRule | GCTile | GCStipple | \
96 if (valuemask & GCStipple)
H A DCrGC.c136 if (dirty & GCStipple) *value++ = gv->stipple;
244 if (mask & GCStipple) {
246 gc->dirty |= GCStipple;
H A DCopyGC.c96 if (mask & GCStipple)
/xsrc/external/mit/ctwm/dist/
H A Dgc.c100 gcm |= GCStipple;
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbgc.c212 changes |= GCStipple|GCForeground|GCBackground|GCPlaneMask;
251 if (changes & GCStipple)
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_core.c222 if (changes & GCStipple)
225 if (changes & GCStipple && gc->stipple) {
/xsrc/external/mit/libXaw/dist/src/
H A DSmeLine.c194 mask |= GCStipple | GCFillStyle;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbgc.c137 if (changes & GCStipple) {
/xsrc/external/mit/libXt/dist/src/
H A DGCManager.c97 GCFillRule | GCTile | GCStipple | \
136 CHECK(GCStipple, stipple, ~0UL);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbgc.c139 if (changes & GCStipple) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbgc.c139 if (changes & GCStipple) {
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGC.c135 if (mask & GCStipple)
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h575 #define GCStipple (1L<<11) macro
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaGC.c147 if((changes & GCStipple) && pGC->stipple){
270 if((mask & GCStipple) && PIXMAP_IS_SHARED(pGC->stipple)){
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dbasic-stippledrect.c40 gc = XCreateGC(dpy, t->draw, GCFillStyle | GCTileStipXOrigin | GCTileStipYOrigin | GCStipple | GCForeground | GCBackground | GCFunction, &val);
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-stippledrect.c40 gc = XCreateGC(dpy, t->draw, GCFillStyle | GCTileStipXOrigin | GCTileStipYOrigin | GCStipple | GCForeground | GCBackground | GCFunction, &val);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGC.c136 if (mask & GCStipple)
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmibitblt.c478 GCFillStyle | GCStipple | GCTileStipXOrigin | GCTileStipYOrigin,
507 ChangeGC(NullClient, pGC, GCForeground | GCBackground | GCStipple, gcv);
526 GCForeground | GCBackground | GCFillStyle | GCStipple |
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmibitblt.c449 GCFillStyle | GCStipple | GCTileStipXOrigin | GCTileStipYOrigin,
478 ChangeGC(NullClient, pGC, GCForeground | GCBackground | GCStipple, gcv);
497 GCForeground | GCBackground | GCFillStyle | GCStipple |
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c264 case GCStipple:
428 { GCStipple, RT_PIXMAP, DixReadAccess },
673 case GCStipple:
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c261 case GCStipple:
425 {GCStipple, RT_PIXMAP, DixReadAccess},
677 case GCStipple:
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.c248 if (changes & GCStipple && pGC->stipple) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.c248 if (changes & GCStipple && pGC->stipple) {

Completed in 124 milliseconds

12