HomeSort by relevance Sort by last modified time
    Searched full:pixmap (Results 26 - 50 of 71) sorted by null

12 3

  /frameworks/base/opengl/libagl/
egl.cpp 722 egl_native_pixmap_t const * pixmap);
738 egl_native_pixmap_t const * pixmap)
739 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
742 depth.width = pixmap->width;
743 depth.height = pixmap->height;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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/WebCore/plugins/qt/
PluginViewQt.cpp 184 // QPicture holds a reference to the X Pixmap. As a result, the print preview would
185 // update itself when the X Pixmap changes. To prevent this, we create a copy.
193 offset = -offset; // negating the offset gives us the offset of the view within the backing store pixmap
195 const bool hasValidBackingStore = backingStoreDevice && backingStoreDevice->devType() == QInternal::Pixmap;
210 } else { // no backing store, clean the pixmap because the plugin thinks its transparent
  /external/freetype/src/sfnt/
ttsbit.c 62 /* target :: The target bitmap/pixmap. */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dgastr.h 71 CARD32 pid B32; /* Pixmap descriptor */
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11mouse.c 58 Pixmap data_pixmap, mask_pixmap;
  /external/webkit/WebKit/qt/Api/
qwebframe.h 85 QPixmap pixmap() const;
qwebsettings.cpp 599 For example, when an image cannot be loaded the pixmap specified by
614 Returns a previously set pixmap used to draw replacement graphics of the
617 For example, when an image cannot be loaded the pixmap specified by
    [all...]
qwebframe.cpp     [all...]
  /frameworks/base/opengl/tests/angeles/
app-linux.cpp 87 case EGL_BAD_NATIVE_PIXMAP: return "BAD NATIVE PIXMAP";
  /frameworks/base/opengl/tests/angeles/include/GLES/
egl.h 207 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list);
  /external/freetype/include/freetype/
ftimage.h 255 /* A structure used to describe a bitmap or pixmap to the raster. */
    [all...]
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 381 QPixmap pixmap = QPixmap::grabWidget(m_view); local
385 label->setPixmap(pixmap);
390 pixmap.save(fileName, "png");
  /external/bluetooth/glib/gio/
gicon.c 50 * #GIcon does not provide the actual pixmap for the icon as this is out
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 399 RivaPixmap *Pixmap;
  /external/webkit/WebCore/plugins/
PluginView.h 403 Pixmap m_drawable;
  /frameworks/base/opengl/include/EGL/
egl.h 272 EGLNativePixmapType pixmap,
  /hardware/libhardware/include/hardware/
gralloc.h 195 * of a pixmap (eg: it may have to be multiple of 8 pixels).
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 371 Pixmap pid;
425 dev->pixmap = (rep.flags & XDGAPixmap) ? pid : 0;
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 536 QPixmap pixmap(m_mainView->size());
537 m_mainView->render(&pixmap);
  /external/freetype/include/freetype/internal/
sfnt.h 344 /* The target pixmap. */
    [all...]
  /external/webkit/WebCore/platform/gtk/
gtkdrawing.h 43 * current theme to a pixmap or window, without requiring an actual
  /external/webkit/WebCore/platform/network/mac/
WebCoreURLResponse.mm 274 @"image/x-portable-pixmap", @"ppm",
  /external/kernel-headers/original/linux/
fb.h 530 * Pixmap structure definition
756 struct fb_pixmap pixmap; /* Image hardware mapper */ member in struct:fb_info
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 33 read directly from the PixMap structure can become invalid anytime
51 or NULL in the baseAddr field of the PixMap mean that the pixel
    [all...]

Completed in 501 milliseconds

12 3