HomeSort by relevance Sort by last modified time
    Searched defs:m_pixmap (Results 1 - 7 of 7) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPixmapSurface.h 34 EGLNativePixmapType m_pixmap; member in class:EglPixmapSurface
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferDataQt.h 43 QPixmap m_pixmap; member in class:WebCore::ImageBufferData
StillImageQt.h 61 const QPixmap* m_pixmap; member in class:WebCore::StillImage
TextureMapperQt.h 33 virtual IntSize size() const { return IntSize(m_pixmap.width(), m_pixmap.height()); }
39 virtual bool isValid() const { return !m_pixmap.isNull() || !m_image.isNull(); }
47 QPixmap m_pixmap; member in class:WebCore::BitmapTextureQt
  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.h 52 Pixmap m_pixmap; member in class:WebCore::GraphicsContext3DInternal
GraphicsContext3DInternal.cpp 198 , m_pixmap(0)
206 , m_pixmap(pixmap)
231 if (m_pixmap) {
232 XFreePixmap(sharedDisplay(), m_pixmap); local
233 m_pixmap = 0;
  /external/webkit/Source/WebCore/plugins/
PluginView.h 449 QPixmap m_pixmap; member in class:WebCore::PluginView

Completed in 131 milliseconds