D | GraphicsContext.cpp | 1150 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const IntPoint& p, CompositeOperator op, … in drawImageBuffer() function in WebCore::GraphicsContext 1154 …drawImageBuffer(image, FloatRect(IntRect(p, image->size())), FloatRect(FloatPoint(), FloatSize(ima… in drawImageBuffer() 1157 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const IntRect& r, CompositeOperator op, W… in drawImageBuffer() function in WebCore::GraphicsContext 1161 …drawImageBuffer(image, FloatRect(r), FloatRect(FloatPoint(), FloatSize(image->size())), op, blendM… in drawImageBuffer() 1164 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const IntPoint& dest, const IntRect& srcR… in drawImageBuffer() function in WebCore::GraphicsContext 1166 …drawImageBuffer(image, FloatRect(IntRect(dest, srcRect.size())), FloatRect(srcRect), op, blendMode… in drawImageBuffer() 1169 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const IntRect& dest, const IntRect& srcRe… in drawImageBuffer() function in WebCore::GraphicsContext 1171 drawImageBuffer(image, FloatRect(dest), FloatRect(srcRect), op, blendMode, useLowQualityScale); in drawImageBuffer() 1174 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const FloatRect& dest) in drawImageBuffer() function in WebCore::GraphicsContext 1178 drawImageBuffer(image, dest, FloatRect(IntRect(IntPoint(), image->size()))); in drawImageBuffer() [all …]
|