HomeSort by relevance Sort by last modified time
    Searched full:createqimage (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit2/Shared/qt/
ShareableBitmapQt.cpp 37 static inline QImage createQImage(void* data, int width, int height)
44 QImage* image = new QImage(createQImage(data(), m_size.width(), m_size.height()));
52 QImage image = createQImage(data(), m_size.width(), m_size.height());

Completed in 197 milliseconds