Searched defs:expose (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DRepeater.c128 /* expose */ XtInheritExpose,
173 XtExposeProc expose; local
174 expose = repeaterWidgetClass->core_class.superclass->core_class.expose;
177 (*expose) ((Widget) rw, (XEvent *) NULL, (Region) NULL);
180 (*expose) ((Widget) rw, (XEvent *) NULL, (Region) NULL);
H A DText.c2610 * This routine processes all "expose region" XEvents. In general, its job
2623 XRectangle expose, cursor; local
2627 expose.x = event->xexpose.x;
2628 expose.y = event->xexpose.y;
2629 expose.width = event->xexpose.width;
2630 expose.height = event->xexpose.height;
2633 expose.x = event->xgraphicsexpose.x;
2634 expose.y = event->xgraphicsexpose.y;
2635 expose.width = event->xgraphicsexpose.width;
2636 expose
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c2210 * This routine processes all "expose region" XEvents. In general, its job
2223 XRectangle expose, cursor; local
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
[all...]

Completed in 24 milliseconds