Searched refs:XGetSubImage (Results 1 – 10 of 10) sorted by relevance
/external/libvncserver/ |
D | tightvnc-1.3dev5-vncviewer-alpha-cursor.patch | 69 + XGetSubImage(dpy, rcSavedArea, 0, 0, rcWidth, rcHeight,
|
D | ChangeLog | 4956 …x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlo…
|
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 228 XGetSubImage(dpy, readable, x, y, w, h, ~0L, ZPixmap, ximage, 0, 0); in swrastGetImage()
|
/external/libvncserver/x11vnc/ |
D | 8to24.c | 941 xi_r = XGetSubImage(dpy, win, xo, yo, w, 1, AllPlanes, ZPixmap, xi, in poll_line() 1664 xi_r = XGetSubImage(dpy, win, xo, yo, wu, hu, AllPlanes,
|
D | xwrappers.c | 310 return XGetSubImage(disp, d, x, y, width, height, plane_mask, in XGetSubImage_wr()
|
D | nox11.h | 2266 extern XImage *XGetSubImage(
|
D | ChangeLog | 738 * x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlocks and
|
D | README | 3009 default visual. For the windows it finds it uses XGetSubImage() to
|
/external/mesa3d/include/GL/ |
D | vms_x_fix.h | 181 #define XGetSubImage XGETSUBIMAGE macro
|
/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); 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);
|