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

  /external/webkit/Source/WebCore/bridge/qt/
qt_pixmapruntime.h 44 QImage toImage();
qt_pixmapruntime.cpp 121 instance->toImage().save(&buffer, "PNG");
284 QImage QtPixmapInstance::toImage()
290 const QImage image = data.value<QPixmap>().toImage();
324 : QVariant::fromValue<QImage>(pixmap->toImage());
337 return QVariant::fromValue<QImage>(instance->toImage());
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
widget.cpp 113 emit imageSignal(ui->lbl4->pixmap()->toImage());
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 87 return m_pixmap.toImage();
89 // QRasterPixmapData::toImage() will deep-copy the backing QImage if there's an active QPainter on it.
93 QImage image = m_pixmap.toImage();
ImageQt.cpp 258 m_solidColor = QColor::fromRgba(framePixmap->toImage().pixel(0, 0));
TextureMapperQt.cpp 86 m_image = m_pixmap.toImage();
GraphicsContext3DQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 164 m_image = m_pixmap.toImage();
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 194 QCOMPARE(referencePixmap.toImage(), viewWithTiling.toImage());

Completed in 2845 milliseconds