Searched refs:toImage (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_pixmapruntime.h44 QImage toImage();
H A Dqt_pixmapruntime.cpp121 instance->toImage().save(&buffer, "PNG");
284 QImage QtPixmapInstance::toImage() function in class:JSC::Bindings::QtPixmapInstance
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/
H A Dwidget.cpp113 emit imageSignal(ui->lbl4->pixmap()->toImage());
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageBufferQt.cpp87 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();
H A DImageQt.cpp258 m_solidColor = QColor::fromRgba(framePixmap->toImage().pixel(0, 0));
H A DTextureMapperQt.cpp86 m_image = m_pixmap.toImage();
H A DGraphicsContext3DQt.cpp1750 QImage nativeImage = nativePixmap->toImage().convertToFormat(QImage::Format_ARGB32);
/external/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.h164 m_image = m_pixmap.toImage();
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
H A Dtst_qgraphicswebview.cpp194 QCOMPARE(referencePixmap.toImage(), viewWithTiling.toImage());

Completed in 195 milliseconds