Searched refs:GCGraphicsExposures (Results 1 - 25 of 56) sorted by relevance
123
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | CrPixFBit.c | 71 (GCForeground | GCBackground | GCGraphicsExposures),
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | GetGCVals.c | 41 GCFont | GCSubwindowMode | GCGraphicsExposures | \ 111 if (valuemask & GCGraphicsExposures)
|
| H A D | GCMisc.c | 89 gc->dirty |= GCGraphicsExposures;
|
| H A D | CrGC.c | 141 if (dirty & GCGraphicsExposures) *value++ = gv->graphics_exposures; 273 if (mask & GCGraphicsExposures) 276 gc->dirty |= GCGraphicsExposures;
|
| H A D | CopyGC.c | 111 if (mask & GCGraphicsExposures)
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gc.c | 108 gcm |= GCGraphicsExposures; gcv.graphics_exposures = False;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | gc.c | 88 gcm |= GCGraphicsExposures;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxgc.c | 105 mask = GCGraphicsExposures; 269 if (mask & GCGraphicsExposures) mask &= ~GCGraphicsExposures;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | SmeLine.c | 184 XtGCMask mask = GCForeground | GCGraphicsExposures | GCLineWidth;
|
| H A D | SmeBSB.c | 715 XtGCMask mask = GCForeground | GCBackground | GCGraphicsExposures | GCFont; 716 XtGCMask mask_i18n = GCForeground | GCBackground | GCGraphicsExposures; 747 mask = GCForeground | GCBackground | GCGraphicsExposures | GCFunction;
|
| H A D | Label.c | 401 GCGraphicsExposures, 406 GCGraphicsExposures, &values); 430 GCGraphicsExposures, 436 GCGraphicsExposures,
|
| H A D | Tip.c | 259 GCGraphicsExposures, &values, GCFont, 0); 392 GCFont | GCGraphicsExposures, &values,
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | basic-copyarea-size.c | 26 tt->gc = XCreateGC(t->dpy, tt->a, GCGraphicsExposures, &val);
|
| H A D | basic-copyplane.c | 26 GCGraphicsExposures | GCForeground | GCBackground | GCFunction,
|
| H A D | shm-test.c | 116 gc = XCreateGC(dpy, pixmap, GCGraphicsExposures | GCSubwindowMode | GCFillStyle | GCForeground | GCFunction, &gcv);
|
| H A D | test_render.c | 68 tt->gc = XCreateGC(dpy->dpy, tt->draw, GCGraphicsExposures, &gcv);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | basic-copyarea-size.c | 26 tt->gc = XCreateGC(t->dpy, tt->a, GCGraphicsExposures, &val);
|
| H A D | shm-test.c | 116 gc = XCreateGC(dpy, pixmap, GCGraphicsExposures | GCSubwindowMode | GCFillStyle | GCForeground | GCFunction, &gcv);
|
| H A D | test_render.c | 68 tt->gc = XCreateGC(dpy->dpy, tt->draw, GCGraphicsExposures, &gcv);
|
| H A D | test_image.c | 226 gc = XCreateGC(t->out.dpy, tmp, GCGraphicsExposures, &gcv); 234 gc = XCreateGC(t->ref.dpy, tmp, GCGraphicsExposures, &gcv);
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | GCManager.c | 99 GCFont | GCSubwindowMode | GCGraphicsExposures | \ 127 CHECK(GCGraphicsExposures, graphics_exposures, True);
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | ULabel.c | 387 (unsigned) GCForeground | GCBackground | GCGraphicsExposures, 392 (unsigned) GCForeground | GCBackground | GCFont | GCGraphicsExposures, 416 GCGraphicsExposures, 422 GCGraphicsExposures,
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | GC.c | 150 if (mask & GCGraphicsExposures)
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 580 #define GCGraphicsExposures (1L<<16) macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | GC.c | 151 if (mask & GCGraphicsExposures)
|
Completed in 16 milliseconds
123