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

1 2

  /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/content/browser/aura/
software_output_device_x11.h 33 XImage* image_;
  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.h 36 XImage* image_;
x11_video_renderer.cc 17 // Creates a 32-bit XImage.
18 static XImage* CreateImage(Display* display, int width, int height) {
19 LOG(INFO) << "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.
  /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(
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XShm.h 107 XImage* /* image */,
120 XImage* /* image */,
126 XImage *XShmCreateImage(
  /external/chromium_org/ui/base/x/
x11_util.h 32 typedef struct _XImage XImage;
380 explicit XScopedImage(XImage* image) : image_(image) {}
383 XImage* get() const {
387 XImage* operator->() const {
391 void reset(XImage* image);
394 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/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesa_x.h 49 typedef XImage XMesaImage;
  /external/mesa3d/src/mesa/drivers/x11/
xmesa_x.h 49 typedef XImage XMesaImage;
  /external/chromium_org/content/browser/renderer_host/
backing_store_gtk.cc 63 XImage* image,
406 XImage* image = XShmCreateImage(display_, static_cast<Visual*>(visual_),
442 XImage image;
521 // CopyFromBackingStore() copies pixels out of the XImage
531 XImage* image;
  /external/chromium_org/third_party/mesa/src/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/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/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 81 XImage *Ximage; /* The X image for our window */
180 #define SDL_Ximage (this->hidden->Ximage)
  /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/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/skia/src/views/unix/
SkOSWindow_Unix.cpp 367 static bool convertBitmapToXImage(XImage& image, const SkBitmap& bitmap) {
398 XImage image;

Completed in 1147 milliseconds

1 2