Home
last modified time | relevance | path

Searched defs:imagePixels (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContext3DCairo.cpp87 void GraphicsContext3D::paintToCanvas(const unsigned char* imagePixels, int imageWidth, int imageHe… in paintToCanvas()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContext3DCG.cpp257 void GraphicsContext3D::paintToCanvas(const unsigned char* imagePixels, int imageWidth, int imageHe… in paintToCanvas()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp551 quint32* imagePixels = reinterpret_cast<quint32*>(offscreenImage.bits()); in paint() local