/external/libvncserver/x11vnc/ |
D | 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);
|
D | 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 */
|
D | 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, in XShmGetImage_wr() [all …]
|
D | 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);
|
D | 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 */
|
D | solid.h | 40 extern XImage *solid_image(char *color); 43 extern XImage *solid_root(char *color);
|
D | 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); 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 …]
|
D | scan.h | 44 extern void shm_clean(XShmSegmentInfo *shm, XImage *xim);
|
D | solid.c | 50 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()
|
D | 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) { 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 …]
|
D | 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 **) 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()
|
D | nox11.h | 1187 } 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/ |
D | tightvnc-1.3dev5-vncviewer-alpha-cursor.patch | 26 + static XImage *image = NULL; 38 + /* initialize an XImage with a chunk of desktopWin */
|
/external/mesa3d/docs/ |
D | README.CYGWIN | 112 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/ |
D | xmesa_x.h | 49 typedef XImage XMesaImage;
|
D | xm_buffer.c | 430 XImage *ximage = xrb->ximage; in xmesa_MapRenderbuffer() 521 XImage *ximage = xrb->ximage; in xmesa_UnmapRenderbuffer()
|
D | xfonts.c | 137 XImage *image; in fill_bitmap()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 69 XImage *tempImage; 296 XImage *ximage; in xlib_sw_display()
|
/external/skia/src/views/unix/ |
D | SkOSWindow_Unix.cpp | 385 static bool convertBitmapToXImage(XImage& image, const SkBitmap& bitmap) { in convertBitmapToXImage() 416 XImage image; in doPaint()
|
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 67 XImage *ximage; 182 XImage *ximage; in swrastPutImage() 218 XImage *ximage; in swrastGetImage()
|
D | xfont.c | 136 XImage *image; in fill_bitmap()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_api.h | 338 XImage *tempImage;
|
D | glx_usefont.c | 130 XImage *image; in fill_bitmap()
|
D | xm_api.c | 218 XImage *img; in bits_per_pixel() 1369 XImage *img; in XMesaBindTexImage()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-newfbsize.patch | 267 extern XImage *CreateShmImage();
|