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

  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 550 QImage offscreenImage(rect.width(), rect.height(), QImage::Format_ARGB32);
551 quint32* imagePixels = reinterpret_cast<quint32*>(offscreenImage.bits());
582 painter->drawImage(/* x */ 0, /* y */ 0, offscreenImage);
    [all...]

Completed in 61 milliseconds