Home
last modified time | relevance | path

Searched refs:paintToCanvas (Results 1 – 8 of 8) 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() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContext3DCG.cpp257 void GraphicsContext3D::paintToCanvas(const unsigned char* imagePixels, int imageWidth, int imageHe… in paintToCanvas() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h766 void paintToCanvas(const unsigned char* imagePixels, int imageWidth, int imageHeight,
769 void paintToCanvas(const unsigned char* imagePixels, int imageWidth, int imageHeight,
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp142 paintToCanvas(pixels.get(), m_currentWidth, m_currentHeight, in paintRenderingResultsToCanvas()
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DChromium.cpp242 …webGLContext->graphicsContext3D()->paintToCanvas(m_renderOutput, m_impl->width(), m_impl->height()… in paintRenderingResultsToCanvas()
/external/webkit/Source/WebCore/
DChangeLog22300 (WebCore::GraphicsContext3D::paintToCanvas):
30006 (WebCore::GraphicsContext3D::paintToCanvas): Added.
DChangeLog-2010-12-0685568 …(WebCore::GraphicsContext3D::paintToCanvas): Adopt the newly-created CoreGraphics objects rather t…
98847 …* platform/graphics/GraphicsContext3D.h: Declare paintRenderingResultsToCanvas() & paintToCanvas().
98849 (WebCore::GraphicsContext3D::paintToCanvas): Paint the rendered image pixels to the canvas.
DChangeLog-2011-02-1635675 (WebCore::GraphicsContext3D::paintToCanvas):