Home
last modified time | relevance | path

Searched refs:XImage (Results 1 – 25 of 32) sorted by relevance

12

/external/libvncserver/x11vnc/
Dxwrappers.h55 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);
Dx11vnc_defs.c77 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 */
Dxwrappers.c60 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, in XShmGetImage_wr()
[all …]
Dscreen.h48 extern XImage *initialize_xdisplay_fb(void);
49 extern XImage *initialize_raw_fb(int);
54 extern void initialize_screen(int *argc, char **argv, XImage *fb);
Dx11vnc.h495 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 */
Dsolid.h40 extern XImage *solid_image(char *color);
43 extern XImage *solid_root(char *color);
D8to24.c61 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);
819 static XImage *p_xi(XImage *xi, Visual *visual, int win_depth, int *w) { in p_xi()
859 static XImage *xi8 = NULL, *xi24 = NULL, *xi_r; in poll_line()
863 XImage *xi; in poll_line()
1522 static XImage *cmap_xi(XImage *xi, Window win, int win_depth) { in cmap_xi()
1534 return (XImage *) NULL; in cmap_xi()
1545 return (XImage *) NULL; in cmap_xi()
1601 static XImage *xi_8 = NULL;
1602 static XImage *xi_24 = NULL;
[all …]
Dscan.h44 extern void shm_clean(XShmSegmentInfo *shm, XImage *xim);
Dsolid.c50 XImage *solid_root(char *color);
178 XImage *solid_root(char *color) { in solid_root()
185 static XImage *image = NULL; in solid_root()
272 XImage *xi = image; in solid_root()
296 static XImage *image[16]; in solid_cde()
1296 XImage *solid_image(char *color) { in solid_image()
1301 XImage *image = NULL; in solid_image()
Dscreen.c77 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) { in debug_colormap()
764 XImage *fb; in nofb_hook()
765 XImage raw; in nofb_hook()
1007 XImage *fb; in do_new_fb()
1640 XImage *initialize_raw_fb(int reset) { in initialize_raw_fb()
1644 static XImage ximage_struct; /* n.b.: not (XImage *) */ in initialize_raw_fb()
[all …]
Dscan.c57 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 **) in initialize_tiles()
152 calloc((size_t) ((ntiles_x + 1) * sizeof(XImage *)), 1); in initialize_tiles()
230 static char *flip_ximage_byte_order(XImage *xim) { in flip_ximage_byte_order()
247 static int shm_create(XShmSegmentInfo *shm, XImage **ximg_ptr, int w, int h, in shm_create()
250 XImage *xim; in shm_create()
392 void shm_clean(XShmSegmentInfo *shm, XImage *xim) { in shm_clean()
Dnox11.h1187 } XImage; typedef
2235 extern XImage *XCreateImage(
2251 XImage* /* image */
2254 extern XImage *XGetImage(
2266 extern XImage *XGetSubImage(
2276 XImage* /* dest_image */,
4191 XImage* /* image */,
/external/libvncserver/
Dtightvnc-1.3dev5-vncviewer-alpha-cursor.patch26 + static XImage *image = NULL;
38 + /* initialize an XImage with a chunk of desktopWin */
/external/mesa3d/docs/
DREADME.CYGWIN112 Mesa can use either an X Pixmap or XImage as the backbuffer when in
113 double buffer mode. Using GLX, the default is to use an XImage. The
115 values for MESA_BACK_BUFFER are: Pixmap and XImage (only the first
119 XImage is faster when Mesa has to do pixel-by-pixel rendering. If you
120 need depth buffering the XImage will almost surely be faster. Exper-
/external/mesa3d/src/mesa/drivers/x11/
Dxmesa_x.h49 typedef XImage XMesaImage;
Dxm_buffer.c430 XImage *ximage = xrb->ximage; in xmesa_MapRenderbuffer()
521 XImage *ximage = xrb->ximage; in xmesa_UnmapRenderbuffer()
Dxfonts.c137 XImage *image; in fill_bitmap()
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c69 XImage *tempImage;
296 XImage *ximage; in xlib_sw_display()
/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp385 static bool convertBitmapToXImage(XImage& image, const SkBitmap& bitmap) { in convertBitmapToXImage()
416 XImage image; in doPaint()
/external/mesa3d/src/glx/
Ddrisw_glx.c67 XImage *ximage;
182 XImage *ximage; in swrastPutImage()
218 XImage *ximage; in swrastGetImage()
Dxfont.c136 XImage *image; in fill_bitmap()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.h338 XImage *tempImage;
Dglx_usefont.c130 XImage *image; in fill_bitmap()
Dxm_api.c218 XImage *img; in bits_per_pixel()
1369 XImage *img; in XMesaBindTexImage()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-newfbsize.patch267 extern XImage *CreateShmImage();

12