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

  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferDataQt.h 41 QImage toQImage() const;
ImageBufferQt.cpp 83 QImage ImageBufferData::toQImage() const
177 QImage image = m_data.toQImage().convertToFormat(QImage::Format_ARGB32);
232 QImage image = imageData.toQImage().convertToFormat(QImage::Format_ARGB32_Premultiplied);

Completed in 618 milliseconds