HomeSort by relevance Sort by last modified time
    Searched full:pixmap (Results 76 - 100 of 203) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shape.h 119 Pixmap /* src */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xutil.h 118 Pixmap icon_pixmap; /* pixmap to be used as icon */
121 Pixmap icon_mask; /* icon mask bitmap */
616 Pixmap /* icon_pixmap */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shape.h 119 Pixmap /* src */,
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglplatform.h 89 typedef Pixmap EGLNativePixmapType;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 42 PIXMAP
300 return new SrfcInfo(pix,SrfcInfo::PIXMAP);
  /frameworks/native/opengl/libagl/
egl.cpp 646 egl_native_pixmap_t const * pixmap);
662 egl_native_pixmap_t const * pixmap)
663 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
666 depth.width = pixmap->width;
667 depth.height = pixmap->height;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 533 PixMapHandle pixmap; local
581 pixmap = GetGWorldPixMap(memworld);
582 LockPixels(pixmap);
583 current->pitch = (**pixmap).rowBytes & 0x3FFF;
584 current->pixels = GetPixBaseAddr(pixmap);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
NotificationPresenterClientQt.cpp 211 QPixmap pixmap; local
212 if (bytes.length() && pixmap.loadFromData(bytes)) {
213 QIcon icon(pixmap);
  /external/freetype/src/sfnt/
ttsbit.c 63 /* target :: The target bitmap/pixmap. */
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginPackage.cpp 226 // Passing a 32-bit depth pixmap to NPAPI plugins is too inefficient. Instead, pass a X Pixmap
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 695 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
697 //XXX: Pixmap not supported. The host cannot render to a pixmap resource
743 // not modified for a window or pixmap surface
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dgastr.h 71 CARD32 pid B32; /* Pixmap descriptor */

Completed in 736 milliseconds

1 2 34 5 6 7 8 9