Searched refs:paintToCanvas (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContext3DCairo.cpp | 87 void GraphicsContext3D::paintToCanvas(const unsigned char* imagePixels, int imageWidth, int imageHe… in paintToCanvas() function in WebCore::GraphicsContext3D
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContext3DCG.cpp | 257 void GraphicsContext3D::paintToCanvas(const unsigned char* imagePixels, int imageWidth, int imageHe… in paintToCanvas() function in WebCore::GraphicsContext3D
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 766 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/ |
D | GraphicsContext3DOpenGL.cpp | 142 paintToCanvas(pixels.get(), m_currentWidth, m_currentHeight, in paintRenderingResultsToCanvas()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | GraphicsContext3DChromium.cpp | 242 …webGLContext->graphicsContext3D()->paintToCanvas(m_renderOutput, m_impl->width(), m_impl->height()… in paintRenderingResultsToCanvas()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 22300 (WebCore::GraphicsContext3D::paintToCanvas): 30006 (WebCore::GraphicsContext3D::paintToCanvas): Added.
|
D | ChangeLog-2010-12-06 | 85568 …(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.
|
D | ChangeLog-2011-02-16 | 35675 (WebCore::GraphicsContext3D::paintToCanvas):
|