/external/libvncserver/ |
D | tightvnc-1.3dev5-vncviewer-alpha-cursor.patch | 40 + AllPlanes, ZPixmap); 70 + AllPlanes, ZPixmap, image, 0, 0);
|
/external/libvncserver/x11vnc/ |
D | solid.c | 224 gcv.plane_mask = AllPlanes; in solid_root() 264 image = XGetImage(dpy, iwin, 0, 0, wdpy_x, wdpy_y, AllPlanes, in solid_root() 351 gcv.plane_mask = AllPlanes; in solid_cde() 510 AllPlanes, ZPixmap); in solid_cde() 1315 image = XGetImage(dpy, rootwin, 0, 0, wdpy_x, wdpy_y, AllPlanes, in solid_image()
|
D | 8to24.c | 941 xi_r = XGetSubImage(dpy, win, xo, yo, w, 1, AllPlanes, ZPixmap, xi, in poll_line() 1661 xi = XGetImage(dpy, win, xo, yo, wu, hu, AllPlanes, ZPixmap); 1664 xi_r = XGetSubImage(dpy, win, xo, yo, wu, hu, AllPlanes,
|
D | xwrappers.c | 826 XShmGetImage_wr(dpy, window, dest, x, y, AllPlanes); in copy_image() 829 XGetSubImage_wr(dpy, window, x, y, w, h, AllPlanes, in copy_image()
|
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()
|
D | nox11.h | 887 #define AllPlanes ((unsigned long)~0L) macro
|
D | userinput.c | 8201 image = XGetImage(dpy, pixmap, 0, 0, dpy_x, dpy_y, AllPlanes, ZPixmap); in set_ncache_xrootpmap()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_buffer.c | 463 AllPlanes, ZPixmap); in xmesa_MapRenderbuffer()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_api.c | 1386 AllPlanes, in XMesaBindTexImage()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 3518 + XGetSubImage(dpy, rcSavedArea, 0, 0, w, h, AllPlanes, ZPixmap, image, x, y); 3531 + XGetSubImage(dpy, rcSavedArea, 0, 0, ws, hs, AllPlanes, ZPixmap, image, xs, ys); 3545 + XGetSubImage(dpy, rcSavedArea, 0, 0, ss_w, ss_h, AllPlanes, ZPixmap, image, x, y); 3551 + XGetSubImage(dpy, rcSavedArea, 0, 0, w, h, AllPlanes, ZPixmap, image, x, y); 3617 + AllPlanes, ZPixmap); 3649 + XGetSubImage(dpy, rcSavedArea_0, 0, 0, rcWidth, rcHeight, AllPlanes, ZPixmap, alpha_image, 0, 0); 3651 + XGetSubImage(dpy, rcSavedArea, 0, 0, rcWidth, rcHeight, AllPlanes, ZPixmap, alpha_image, 0, 0);
|