Searched refs:XCheckTypedWindowEvent (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | vms.h | 63 #define XCheckTypedWindowEvent XCHECKTYPEDWINDOWEVENT macro
|
D | xwindow.c | 1502 while (XCheckTypedWindowEvent(display,id,Expose,&event) != MagickFalse) in XCheckRefreshWindows() 1505 while (XCheckTypedWindowEvent(display,id,Expose,&event) != MagickFalse) in XCheckRefreshWindows() 1509 while (XCheckTypedWindowEvent(display,id,Expose,&event) != MagickFalse) in XCheckRefreshWindows() 1512 while (XCheckTypedWindowEvent(display,id,Expose,&event) != MagickFalse) in XCheckRefreshWindows() 8458 while (XCheckTypedWindowEvent(display,window_info->id,(int) mask,&sans_event)) ; in XMakeWindow() 8816 while (XCheckTypedWindowEvent(display,window->id,Expose,&sans_event)) ; in XRefreshWindow()
|
D | animate.c | 2143 status=XCheckTypedWindowEvent(display,windows->image.id,KeyPress, in XAnimateImages()
|
D | widget.c | 8895 while (XCheckTypedWindowEvent(display,windows->command.id,Expose,&event)) in XProgressMonitorWidget() 8897 while (XCheckTypedWindowEvent(display,windows->image.id,Expose,&event)) in XProgressMonitorWidget() 8899 while (XCheckTypedWindowEvent(display,windows->info.id,Expose,&event)) in XProgressMonitorWidget()
|
/external/mesa3d/include/GL/ |
D | vms_x_fix.h | 49 #define XCheckTypedWindowEvent XCHECKTYPEDWINDOWEVENT macro
|