Searched defs:m_pixmap (Results 1 - 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/qt/ | ||
H A D | ImageBufferDataQt.h | 43 QPixmap m_pixmap; member in class:WebCore::ImageBufferData |
H A D | StillImageQt.h | 61 const QPixmap* m_pixmap; member in class:WebCore::StillImage |
H A D | 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/ | ||
H A D | GraphicsContext3DInternal.h | 52 Pixmap m_pixmap; member in class:WebCore::GraphicsContext3DInternal |
H A D | 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/ | ||
H A D | PluginView.h | 449 QPixmap m_pixmap; member in class:WebCore::PluginView |
Completed in 2871 milliseconds