Searched defs:drawImageBuffer (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.cpp | 1150 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const IntPoint& p, CompositeOperator op, … in drawImageBuffer() function in WebCore::GraphicsContext 1157 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const IntRect& r, CompositeOperator op, W… in drawImageBuffer() function in WebCore::GraphicsContext 1164 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const IntPoint& dest, const IntRect& srcR… in drawImageBuffer() function in WebCore::GraphicsContext 1169 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const IntRect& dest, const IntRect& srcRe… in drawImageBuffer() function in WebCore::GraphicsContext 1174 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const FloatRect& dest) in drawImageBuffer() function in WebCore::GraphicsContext 1181 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const FloatRect& dest, const FloatRect& s… in drawImageBuffer() function in WebCore::GraphicsContext
|