Lines Matching refs:expose
2210 * This routine processes all "expose region" XEvents. In general, its job
2223 XRectangle expose, cursor;
2226 expose.x = event->xexpose.x;
2227 expose.y = event->xexpose.y;
2228 expose.width = event->xexpose.width;
2229 expose.height = event->xexpose.height;
2232 expose.x = event->xgraphicsexpose.x;
2233 expose.y = event->xgraphicsexpose.y;
2234 expose.width = event->xgraphicsexpose.width;
2235 expose.height = event->xgraphicsexpose.height;
2239 UpdateTextInRectangle(ctx, &expose);
2241 if (RectanglesOverlap(&cursor, &expose)) {
2878 /* expose */ ProcessExposeRegion,