HomeSort by relevance Sort by last modified time
    Searched refs:XImage (Results 1 - 25 of 38) sorted by null

1 2

  /external/libvncserver/x11vnc/
solid.h 40 extern XImage *solid_image(char *color);
43 extern XImage *solid_root(char *color);
screen.h 48 extern XImage *initialize_xdisplay_fb(void);
49 extern XImage *initialize_raw_fb(int);
54 extern void initialize_screen(int *argc, char **argv, XImage *fb);
xwrappers.h 55 extern Status XShmGetImage_wr(Display *disp, Drawable d, XImage *image, int x, int y,
57 extern XImage *XShmCreateImage_wr(Display* disp, Visual* vis, unsigned int depth,
65 extern XImage *xreadscreen(Display *disp, Drawable d, int x, int y,
67 extern XImage *XGetSubImage_wr(Display *disp, Drawable d, int x, int y,
69 int format, XImage *dest_image, int dest_x, int dest_y);
70 extern XImage *XGetImage_wr(Display *disp, Drawable d, int x, int y,
73 extern XImage *XCreateImage_wr(Display *disp, Visual *visual, unsigned int depth,
76 extern void copy_image(XImage *dest, int x, int y, unsigned int w, unsigned int h);
77 extern void copy_raw_fb(XImage *dest, int x, int y, unsigned int w, unsigned int h);
x11vnc_defs.c 77 XImage *scanline = NULL;
78 XImage *fullscreen = NULL;
79 XImage **tile_row = NULL; /* for all possible row runs */
80 XImage *snaprect = NULL; /* for XShmGetImage (fs_factor) */
81 XImage *snap = NULL; /* the full snap fb */
82 XImage *raw_fb_image = NULL; /* the raw fb */
scan.h 44 extern void shm_clean(XShmSegmentInfo *shm, XImage *xim);
xwrappers.c 60 Status XShmGetImage_wr(Display *disp, Drawable d, XImage *image, int x, int y,
62 XImage *XShmCreateImage_wr(Display* disp, Visual* vis, unsigned int depth,
70 XImage *xreadscreen(Display *disp, Drawable d, int x, int y,
72 XImage *XGetSubImage_wr(Display *disp, Drawable d, int x, int y,
74 int format, XImage *dest_image, int dest_x, int dest_y);
75 XImage *XGetImage_wr(Display *disp, Drawable d, int x, int y,
78 XImage *XCreateImage_wr(Display *disp, Visual *visual, unsigned int depth,
81 void copy_image(XImage *dest, int x, int y, unsigned int w, unsigned int h);
124 void copy_raw_fb(XImage *dest, int x, int y, unsigned int w, unsigned int h);
185 Status XShmGetImage_wr(Display *disp, Drawable d, XImage *image, int x, int y
    [all...]
x11vnc.h 495 extern XImage *scanline;
496 extern XImage *fullscreen;
497 extern XImage **tile_row; /* for all possible row runs */
498 extern XImage *snaprect; /* for XShmGetImage (fs_factor) */
499 extern XImage *snap; /* the full snap fb */
500 extern XImage *raw_fb_image; /* the raw fb */
8to24.c 61 static XImage *p_xi(XImage *xi, Visual *visual, int win_depth, int *w);
70 static XImage *cmap_xi(XImage *xi, Window win, int win_depth);
818 /* polling line XImage */
819 static XImage *p_xi(XImage *xi, Visual *visual, int win_depth, int *w) {
859 static XImage *xi8 = NULL, *xi24 = NULL, *xi_r;
863 XImage *xi;
    [all...]
solid.c 50 XImage *solid_root(char *color);
178 XImage *solid_root(char *color) {
185 static XImage *image = NULL;
219 /* restore the root window from the XImage snapshot */
272 XImage *xi = image;
296 static XImage *image[16];
329 /* restore the backdrop windows from the XImage snapshots */
1296 XImage *solid_image(char *color) {
1301 XImage *image = NULL;
    [all...]
screen.c 77 XImage *initialize_xdisplay_fb(void);
82 void initialize_screen(int *argc, char **argv, XImage *fb);
92 static void debug_colormap(XImage *fb);
98 XImage *initialize_raw_fb(int);
367 static void debug_colormap(XImage *fb) {
764 XImage *fb;
765 XImage raw;
1007 XImage *fb;
    [all...]
scan.c 57 void shm_clean(XShmSegmentInfo *shm, XImage *xim);
74 static char *flip_ximage_byte_order(XImage *xim);
75 static int shm_create(XShmSegmentInfo *shm, XImage **ximg_ptr, int w, int h,
151 tile_row = (XImage **)
152 calloc((size_t) ((ntiles_x + 1) * sizeof(XImage *)), 1);
230 static char *flip_ximage_byte_order(XImage *xim) {
245 * set up an XShm image, or if not using shm just create the XImage.
247 static int shm_create(XShmSegmentInfo *shm, XImage **ximg_ptr, int w, int h,
250 XImage *xim;
265 /* we only need the XImage created *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
ImUtil.h 18 XImage *srcimg,
19 register XImage *dstimg,
29 register XImage *image);
Xutil.h 190 XImage *ximage);
192 XImage *ximage,
195 XImage *ximage,
198 extern XImage *XSubImage(
199 XImage *ximage,
203 XImage *ximage
    [all...]
Xlib.h 405 } XImage;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
ImUtil.h 17 XImage *srcimg,
18 register XImage *dstimg,
28 register XImage *image);
Xutil.h 188 XImage *ximage);
190 XImage *ximage,
193 XImage *ximage,
196 extern XImage *XSubImage(
197 XImage *ximage,
201 XImage *ximage
    [all...]
Xlib.h 402 } XImage;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XShm.h 94 XImage* /* image */,
107 XImage* /* image */,
113 XImage *XShmCreateImage(
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XShm.h 92 XImage* /* image */,
105 XImage* /* image */,
111 XImage *XShmCreateImage(
  /external/mesa3d/src/mesa/drivers/x11/
xmesa_x.h 49 typedef XImage XMesaImage;
xm_buffer.c 60 * Allocate a shared memory XImage back buffer for the given XMesaBuffer.
80 b->backxrb->ximage = XShmCreateImage(b->xm_visual->display,
85 if (b->backxrb->ximage == NULL) {
91 b->shminfo.shmid = shmget(IPC_PRIVATE, b->backxrb->ximage->bytes_per_line
92 * b->backxrb->ximage->height, IPC_CREAT|0777);
95 XDestroyImage(b->backxrb->ximage);
96 b->backxrb->ximage = NULL;
102 b->shminfo.shmaddr = b->backxrb->ximage->data
106 XDestroyImage(b->backxrb->ximage);
108 b->backxrb->ximage = NULL
430 XImage *ximage = xrb->ximage; local
521 XImage *ximage = xrb->ximage; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 97 * ximage_flag - GL_TRUE = use an XImage for back buffer,
293 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */
338 XImage *tempImage;
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 69 XImage *tempImage;
145 * Allocate a shared memory XImage back buffer for the given display target.
296 XImage *ximage; local
336 ximage = xlib_dt->tempImage;
337 ximage->data = xlib_dt->data;
341 ximage, 0, 0, 0, 0, xlib_dt->width, xlib_dt->height, False);
345 ximage = xlib_dt->tempImage;
346 ximage->data = xlib_dt->data;
348 /* check that the XImage has been previously initialized *
    [all...]
  /external/mesa3d/src/glx/
drisw_glx.c 67 XImage *ximage; member in struct:drisw_drawable
97 /* create XImage */
98 pdp->ximage = XCreateImage(dpy,
111 if (pdp->ximage->bits_per_pixel == 24)
112 pdp->ximage->bits_per_pixel = 32;
120 XDestroyImage(pdp->ximage);
182 XImage *ximage; local
198 ximage = pdp->ximage
218 XImage *ximage; local
    [all...]
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 385 static bool convertBitmapToXImage(XImage& image, const SkBitmap& bitmap) {
416 XImage image;

Completed in 4023 milliseconds

1 2