/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
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...] |
xm_tri.c | 57 * XImage, smooth, depth-buffered, PF_TRUECOLOR triangle. 76 XMesaPutPixel(xrb->ximage, x, y, p); \ 91 * XImage, smooth, depth-buffered, PF_8A8B8G8R triangle. 100 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line) 125 * XImage, smooth, depth-buffered, PF_8A8R8G8B triangle. 134 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line) 160 * XImage, smooth, depth-buffered, PF_8R8G8B triangle. 168 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line) 192 * XImage, smooth, depth-buffered, PF_8R8G8B24 triangle. 200 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line [all...] |
xm_line.c | 101 && xmesa->xm_buffer->buffer != XIMAGE) { 127 * Draw a flat-shaded, PF_TRUECOLOR line into an XImage. 137 #define PLOT(X,Y) XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel ); 143 * Draw a flat-shaded, PF_8A8B8G8R line into an XImage. 151 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line) 160 * Draw a flat-shaded, PF_8A8R8G8B line into an XImage. 168 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line) 177 * Draw a flat-shaded, PF_8R8G8B line into an XImage. 185 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line) 194 * Draw a flat-shaded, PF_8R8G8B24 line into an XImage [all...] |
xm_dd.c | 186 if (!xrb->ximage) 199 GLuint *ptr4 = (GLuint *) xrb->ximage->data; 228 XMesaImage *img = xrb->ximage; 389 XMesaImage ximage; local 400 memset(&ximage, 0, sizeof(XMesaImage)); 401 ximage.width = width; 402 ximage.height = height; 403 ximage.format = ZPixmap; 404 ximage.data = (char *) pixels 406 ximage.byte_order = LSBFirst 523 XMesaImage ximage; local [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
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...] |
xm_tri.c | 57 * XImage, smooth, depth-buffered, PF_TRUECOLOR triangle. 76 XMesaPutPixel(xrb->ximage, x, y, p); \ 91 * XImage, smooth, depth-buffered, PF_8A8B8G8R triangle. 100 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line) 125 * XImage, smooth, depth-buffered, PF_8A8R8G8B triangle. 134 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line) 160 * XImage, smooth, depth-buffered, PF_8R8G8B triangle. 168 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line) 192 * XImage, smooth, depth-buffered, PF_8R8G8B24 triangle. 200 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line [all...] |
xm_line.c | 101 && xmesa->xm_buffer->buffer != XIMAGE) { 127 * Draw a flat-shaded, PF_TRUECOLOR line into an XImage. 137 #define PLOT(X,Y) XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel ); 143 * Draw a flat-shaded, PF_8A8B8G8R line into an XImage. 151 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line) 160 * Draw a flat-shaded, PF_8A8R8G8B line into an XImage. 168 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line) 177 * Draw a flat-shaded, PF_8R8G8B line into an XImage. 185 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line) 194 * Draw a flat-shaded, PF_8R8G8B24 line into an XImage [all...] |
xm_dd.c | 186 if (!xrb->ximage) 199 GLuint *ptr4 = (GLuint *) xrb->ximage->data; 228 XMesaImage *img = xrb->ximage; 389 XMesaImage ximage; local 400 memset(&ximage, 0, sizeof(XMesaImage)); 401 ximage.width = width; 402 ximage.height = height; 403 ximage.format = ZPixmap; 404 ximage.data = (char *) pixels 406 ximage.byte_order = LSBFirst 523 XMesaImage ximage; local [all...] |
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/content/browser/aura/ |
software_output_device_x11.h | 33 XImage* image_;
|
/external/chromium_org/media/tools/player_x11/ |
x11_video_renderer.cc | 17 // Creates a 32-bit XImage. 18 static XImage* CreateImage(Display* display, int width, int height) { 19 VLOG(0) << "Allocating XImage " << width << "x" << height; 95 // Check if we need to reallocate our XImage. 125 // Creates a XImage. 126 XImage image; 142 // Creates a pixmap and uploads from the XImage.
|
/external/chromium_org/media/cast/test/ |
linux_output_window.h | 50 XImage* image_;
|
/external/chromium/chrome/browser/ui/window_snapshot/ |
window_snapshot_x.cc | 37 XImage* image = XGetImage( 56 LOG(ERROR) << "Unable to create Cairo surface from XImage data";
|
/external/libpng/contrib/gregbook/ |
rpng-x.c | 139 static XImage *ximage; variable 660 ximage = XCreateImage(display, visual, depth, ZPixmap, 0, 663 if (!ximage) { 676 ximage->byte_order = MSBFirst; 693 int ximage_rowbytes = ximage->bytes_per_line; 694 /* int bpp = ximage->bits_per_pixel; */ 701 Trace((stderr, " (bpp = %d)\n", ximage->bits_per_pixel)) 702 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst? 703 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown")) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XShm.h | 107 XImage* /* image */, 120 XImage* /* image */, 126 XImage *XShmCreateImage(
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XShm.h | 107 XImage* /* image */, 120 XImage* /* image */, 126 XImage *XShmCreateImage(
|