Searched refs:XGetImage_wr (Results 1 – 3 of 3) sorted by relevance
/external/libvncserver/x11vnc/ |
D | xwrappers.h | 70 extern XImage *XGetImage_wr(Display *disp, Drawable d, int x, int y,
|
D | xwrappers.c | 75 XImage *XGetImage_wr(Display *disp, Drawable d, int x, int y, 315 XImage *XGetImage_wr(Display *disp, Drawable d, int x, int y, in XGetImage_wr() function
|
D | screen.c | 776 fb = XGetImage_wr(dpy, window, 0, 0, dpy_x, dpy_y, AllPlanes, ZPixmap); in nofb_hook() 1154 snap = XGetImage_wr(dpy, window, 0, 0, dpy_x, dpy_y, AllPlanes, in initialize_snap_fb() 2514 XImage *xi = XGetImage_wr(dpy, DefaultRootWindow(dpy), 0, 0, 2, 2, AllPlanes, in initialize_xdisplay_fb() 2715 fb = XGetImage_wr(dpy, window, 0, 0, dpy_x, dpy_y, AllPlanes, in initialize_xdisplay_fb()
|