Home
last modified time | relevance | path

Searched refs:XGetSubImage (Results 1 – 10 of 10) sorted by relevance

/external/libvncserver/
Dtightvnc-1.3dev5-vncviewer-alpha-cursor.patch69 + XGetSubImage(dpy, rcSavedArea, 0, 0, rcWidth, rcHeight,
DChangeLog4956 …x11vnc/x11vnc.c, x11vnc/x11vnc_defs.c: x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlo…
/external/mesa3d/src/glx/
Ddrisw_glx.c228 XGetSubImage(dpy, readable, x, y, w, h, ~0L, ZPixmap, ximage, 0, 0); in swrastGetImage()
/external/libvncserver/x11vnc/
D8to24.c941 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,
Dxwrappers.c310 return XGetSubImage(disp, d, x, y, width, height, plane_mask, in XGetSubImage_wr()
Dnox11.h2266 extern XImage *XGetSubImage(
DChangeLog738 * x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlocks and
DREADME3009 default visual. For the windows it finds it uses XGetSubImage() to
/external/mesa3d/include/GL/
Dvms_x_fix.h181 #define XGetSubImage XGETSUBIMAGE macro
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch3518 + 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);