Searched defs:m_pixmap (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageBufferDataQt.h43 QPixmap m_pixmap; member in class:WebCore::ImageBufferData
H A DStillImageQt.h61 const QPixmap* m_pixmap; member in class:WebCore::StillImage
H A DTextureMapperQt.h33 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/
H A DGraphicsContext3DInternal.h52 Pixmap m_pixmap; member in class:WebCore::GraphicsContext3DInternal
H A DGraphicsContext3DInternal.cpp198 , 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/
H A DPluginView.h449 QPixmap m_pixmap; member in class:WebCore::PluginView

Completed in 2871 milliseconds