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

  /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...]
Xlib.h 426 } 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...]
Xlib.h 426 } 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...]
Xlib.h 426 } XImage;
    [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(
  /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/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/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)
SDL_x11sym.h 38 SDL_X11_SYM(XImage*,XCreateImage,(Display* a,Visual* b,unsigned int c,int d,int e,char* f,unsigned int g,unsigned int h,int i,int j),(a,b,c,d,e,f,g,h,i,j),return)
89 SDL_X11_SYM(int,XPutImage,(Display* a,Drawable b,GC c,XImage* d,int e,int f,int g,int h,unsigned int i,unsigned int j),(a,b,c,d,e,f,g,h,i,j),return)
167 SDL_X11_SYM(Status,XShmPutImage,(Display* a,Drawable b,GC c,XImage* d,int e,int f,int g,int h,unsigned int i,unsigned int j,Bool k),(a,b,c,d,e,f,g,h,i,j,k),return)
168 SDL_X11_SYM(XImage*,XShmCreateImage,(Display* a,Visual* b,unsigned int c,int d,char* e,XShmSegmentInfo* f,unsigned int g,unsigned int h),(a,b,c,d,e,f,g,h),return)
SDL_x11mouse.c 57 XImage *data_image, *mask_image;
SDL_x11wm.c 48 XImage *icon_image;
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 240 static bool convertBitmapToXImage(XImage& image, const SkBitmap& bitmap)
266 XImage image;
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 139 static XImage *x_framebuffer[2] = { 0, 0 };
220 void st2_fixup( XImage *framebuf, int x, int y, int width, int height)
256 void st3_fixup( XImage *framebuf, int x, int y, int width, int height)
vid_x.cpp 81 //static XImage *x_image;
92 static XImage *x_framebuffer[2] = { 0, 0 };
183 void st2_fixup( XImage *framebuf, int x, int y, int width, int height)
219 void st3_fixup( XImage *framebuf, int x, int y, int width, int height)
  /external/quake/quake/src/QW/client/
vid_x.c 87 //static XImage *x_image;
98 static XImage *x_framebuffer[2] = { 0, 0 };
159 void st2_fixup( XImage *framebuf, int x, int y, int width, int height)
  /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...]
rpng2-x.c 273 static XImage *ximage; variable
    [all...]

Completed in 216 milliseconds