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

  /external/webkit/WebCore/platform/graphics/qt/
StillImageQt.cpp 39 : m_pixmap(pixmap)
44 return IntSize(m_pixmap.width(), m_pixmap.height());
49 return const_cast<NativeImagePtr>(&m_pixmap);
55 if (m_pixmap.isNull())
61 painter->drawPixmap(dst, m_pixmap, src);
ImageBufferData.h 42 QPixmap m_pixmap; member in class:WebCore::ImageBufferData
StillImageQt.h 54 QPixmap m_pixmap; member in class:WebCore::StillImage
ImageBufferQt.cpp 48 : m_pixmap(size)
50 m_pixmap.fill(QColor(Qt::transparent));
52 QPainter* painter = new QPainter(&m_pixmap);
96 m_image = StillImage::create(m_data.m_pixmap);
108 QImage image = m_data.m_pixmap.toImage().convertToFormat(QImage::Format_ARGB32);
122 m_data.m_pixmap = QPixmap::fromImage(image);
125 m_data.m_painter->begin(&m_data.m_pixmap);
159 QImage image = imageData.m_pixmap.toImage();
230 QImage image = data.m_pixmap.toImage();
249 data.m_pixmap = QPixmap::fromImage(image)
    [all...]
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 464 m_pixmap = QPixmap(m_windowRect.size());
465 m_pixmap.fill(Qt::transparent);
466 m_contextRef = qt_mac_cg_context(&m_pixmap);
513 QPainter painter(&m_pixmap);
535 painter->drawPixmap(targetRect.x(), targetRect.y(), m_pixmap,
  /external/webkit/WebCore/plugins/
PluginView.h 394 QPixmap m_pixmap; member in class:WebCore::PluginView

Completed in 56 milliseconds