Searched refs:GCGraphicsExposures (Results 1 - 25 of 56) sorted by relevance

123

/xsrc/external/mit/libXmu/dist/src/
H A DCrPixFBit.c71 (GCForeground | GCBackground | GCGraphicsExposures),
/xsrc/external/mit/libX11/dist/src/
H A DGetGCVals.c41 GCFont | GCSubwindowMode | GCGraphicsExposures | \
111 if (valuemask & GCGraphicsExposures)
H A DGCMisc.c89 gc->dirty |= GCGraphicsExposures;
H A DCrGC.c141 if (dirty & GCGraphicsExposures) *value++ = gv->graphics_exposures;
273 if (mask & GCGraphicsExposures)
276 gc->dirty |= GCGraphicsExposures;
H A DCopyGC.c111 if (mask & GCGraphicsExposures)
/xsrc/external/mit/twm/dist/src/
H A Dgc.c108 gcm |= GCGraphicsExposures; gcv.graphics_exposures = False;
/xsrc/external/mit/ctwm/dist/
H A Dgc.c88 gcm |= GCGraphicsExposures;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxgc.c105 mask = GCGraphicsExposures;
269 if (mask & GCGraphicsExposures) mask &= ~GCGraphicsExposures;
/xsrc/external/mit/libXaw/dist/src/
H A DSmeLine.c184 XtGCMask mask = GCForeground | GCGraphicsExposures | GCLineWidth;
H A DSmeBSB.c715 XtGCMask mask = GCForeground | GCBackground | GCGraphicsExposures | GCFont;
716 XtGCMask mask_i18n = GCForeground | GCBackground | GCGraphicsExposures;
747 mask = GCForeground | GCBackground | GCGraphicsExposures | GCFunction;
H A DLabel.c401 GCGraphicsExposures,
406 GCGraphicsExposures, &values);
430 GCGraphicsExposures,
436 GCGraphicsExposures,
H A DTip.c259 GCGraphicsExposures, &values, GCFont, 0);
392 GCFont | GCGraphicsExposures, &values,
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dbasic-copyarea-size.c26 tt->gc = XCreateGC(t->dpy, tt->a, GCGraphicsExposures, &val);
H A Dbasic-copyplane.c26 GCGraphicsExposures | GCForeground | GCBackground | GCFunction,
H A Dshm-test.c116 gc = XCreateGC(dpy, pixmap, GCGraphicsExposures | GCSubwindowMode | GCFillStyle | GCForeground | GCFunction, &gcv);
H A Dtest_render.c68 tt->gc = XCreateGC(dpy->dpy, tt->draw, GCGraphicsExposures, &gcv);
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-copyarea-size.c26 tt->gc = XCreateGC(t->dpy, tt->a, GCGraphicsExposures, &val);
H A Dshm-test.c116 gc = XCreateGC(dpy, pixmap, GCGraphicsExposures | GCSubwindowMode | GCFillStyle | GCForeground | GCFunction, &gcv);
H A Dtest_render.c68 tt->gc = XCreateGC(dpy->dpy, tt->draw, GCGraphicsExposures, &gcv);
H A Dtest_image.c226 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 DGCManager.c99 GCFont | GCSubwindowMode | GCGraphicsExposures | \
127 CHECK(GCGraphicsExposures, graphics_exposures, True);
/xsrc/external/mit/xfontsel/dist/
H A DULabel.c387 (unsigned) GCForeground | GCBackground | GCGraphicsExposures,
392 (unsigned) GCForeground | GCBackground | GCFont | GCGraphicsExposures,
416 GCGraphicsExposures,
422 GCGraphicsExposures,
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGC.c150 if (mask & GCGraphicsExposures)
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h580 #define GCGraphicsExposures (1L<<16) macro
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGC.c151 if (mask & GCGraphicsExposures)

Completed in 16 milliseconds

123