Lines Matching defs:expose
3263 * This routine processes all "expose region" XEvents. In general, its job
3273 XRectangle expose;
3276 expose.x = (short)event->xexpose.x;
3277 expose.y = (short)event->xexpose.y;
3278 expose.width = (unsigned short)event->xexpose.width;
3279 expose.height = (unsigned short)event->xexpose.height;
3282 expose.x = (short)event->xgraphicsexpose.x;
3283 expose.y = (short)event->xgraphicsexpose.y;
3284 expose.width = (unsigned short)event->xgraphicsexpose.width;
3285 expose.height = (unsigned short)event->xgraphicsexpose.height;
3292 if (Superclass->core_class.expose)
3293 (*Superclass->core_class.expose)(w, event, region);
3298 UpdateTextInRectangle(ctx, &expose);
3299 XawTextSinkGetCursorBounds(ctx->text.sink, &expose);
3300 UpdateTextInRectangle(ctx, &expose);
3301 SinkClearToBG(ctx->text.sink, expose.x, expose.y,
3302 expose.width, expose.height);
4154 XawTextExpose, /* expose */