Searched refs:GraphicsExpose (Results 1 - 24 of 24) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | event_names_table.h | 19 [GraphicsExpose] = "GraphicsExpose",
|
| H A D | event_utils.c | 121 case GraphicsExpose:
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | GCOps.c | 120 return event->type == GraphicsExpose || event->type == NoExpose; 147 case GraphicsExpose:
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | GCOps.c | 132 return event->type == GraphicsExpose || event->type == NoExpose; 160 case GraphicsExpose:
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxlog.c | 321 case GraphicsExpose: return "GraphicsExpose";
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 192 #define GraphicsExpose 13 macro
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Event.c | 832 ((event->type == GraphicsExpose) && GRAPHICS_EXPOSE)) { 962 * NOTE: Event must be of type Expose or GraphicsExpose. 998 info.type2 = GraphicsExpose; 1061 /* These Expose and GraphicsExpose fields are at identical offsets */ 1063 if (event->type == Expose || event->type == GraphicsExpose) { 1087 /* These Expose and GraphicsExpose fields are at identical offsets */ 1126 * Arguments: event - the X Event to mangle; Expose or GraphicsExpose. 1166 * and GraphicsExpose. 1177 if (event->type == GraphicsExpose) 1200 NonMaskableMask, /* GraphicsExpose, i [all...] |
| H A D | TMprint.c | 172 PRINTEVENT(GraphicsExpose, "<GraphicsExpose>")
|
| H A D | TMparse.c | 296 {"GraphicsExpose", NULLQUARK, GraphicsExpose, ParseNone, NULL}, 297 {"GrExp", NULLQUARK, GraphicsExpose, ParseNone, NULL},
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | StripChart.c | 308 if (event->type == GraphicsExpose)
|
| H A D | Text.c | 3281 else if (event->type == GraphicsExpose) {
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miexpose.c | 125 exposing is done by the backing store's GraphicsExpose function, of course. 341 /* send GraphicsExpose events, or a NoExpose event, based on the region */ 363 pe->u.u.type = GraphicsExpose; 373 /* GraphicsExpose is a "critical event", which TryClientEvents
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | EvToWire.c | 154 case GraphicsExpose:
|
| H A D | XlibInt.c | 995 case GraphicsExpose:
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 422 CASETYPE(GraphicsExpose); 926 case GraphicsExpose:
|
| H A D | util.c | 2162 case GraphicsExpose: 2168 if (reply.type == GraphicsExpose) 2328 /* if not doing CopyArea or if this is a GraphicsExpose, don't translate */
|
| H A D | misc.c | 667 case GraphicsExpose:
|
| H A D | charproc.c | 9401 if (event->type == GraphicsExpose) 9423 case GraphicsExpose:
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imEvToWire.c | 157 case GraphicsExpose: 537 case GraphicsExpose:
|
| /xsrc/external/mit/xman/dist/ |
| H A D | ScrollByL.c | 238 if (event->type == GraphicsExpose)
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 249 case GraphicsExpose: return e->xgraphicsexpose.drawable; /* same */ 2671 case GraphicsExpose: name = "GraphicsExpose"; break;
|
| /xsrc/external/mit/xev/dist/ |
| H A D | xev.c | 1526 case GraphicsExpose: 1527 prologue(&event, "GraphicsExpose");
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dispatch.c | 1717 /* send GraphicsExpose events, or a NoExpose event, based on the region */ 1736 pe->u.u.type = GraphicsExpose; 1746 /* GraphicsExpose is a "critical event", which TryClientEvents
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 3237 GraphicsExpose
|
Completed in 62 milliseconds