drawImage         220 Source/core/frame/ImageBitmapTest.cpp     toCanvasRenderingContext2D(context)->drawImage(imageBitmapDerived.get(), 0, 0, exceptionState);
drawImage         325 Source/core/html/HTMLCanvasElement.cpp                 context->drawImage(m_presentedImage.get(), pixelSnappedIntRect(r), compositeOperator, DoNotRespectImageOrientation);
drawImage        1493 Source/core/html/canvas/CanvasRenderingContext2D.cpp     drawImage(imageSource, x, y, destRectSize.width(), destRectSize.height(), exceptionState);
drawImage        1502 Source/core/html/canvas/CanvasRenderingContext2D.cpp     drawImage(imageSource, 0, 0, sourceRectSize.width(), sourceRectSize.height(), x, y, width, height, exceptionState);
drawImage        1566 Source/core/html/canvas/CanvasRenderingContext2D.cpp             c->drawImage(image.get(), dstRect, srcRect, op, blendMode);
drawImage        1571 Source/core/html/canvas/CanvasRenderingContext2D.cpp             c->drawImage(image.get(), dstRect, srcRect, op, blendMode);
drawImage        1575 Source/core/html/canvas/CanvasRenderingContext2D.cpp             c->drawImage(image.get(), dstRect, srcRect, op, blendMode);
drawImage        1645 Source/core/html/canvas/CanvasRenderingContext2D.cpp     context->drawImage(image, dest, src, op);
drawImage         186 Source/core/html/canvas/CanvasRenderingContext2D.h     void drawImage(CanvasImageSource*, float x, float y, ExceptionState&);
drawImage         187 Source/core/html/canvas/CanvasRenderingContext2D.h     void drawImage(CanvasImageSource*, float x, float y, float width, float height, ExceptionState&);
drawImage         188 Source/core/html/canvas/CanvasRenderingContext2D.h     void drawImage(CanvasImageSource*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&);
drawImage        3363 Source/core/html/canvas/WebGLRenderingContextBase.cpp     buf->context()->drawImage(image, destRect, srcRect);
drawImage        1213 Source/core/rendering/RenderBoxModelObject.cpp             graphicsContext->drawImage(image.get(), IntRect(borderImageRect.location(), IntSize(leftWidth, topWidth)),
drawImage        1219 Source/core/rendering/RenderBoxModelObject.cpp             graphicsContext->drawImage(image.get(), IntRect(borderImageRect.x(), borderImageRect.maxY() - bottomWidth, leftWidth, bottomWidth),
drawImage        1235 Source/core/rendering/RenderBoxModelObject.cpp             graphicsContext->drawImage(image.get(), IntRect(borderImageRect.maxX() - rightWidth, borderImageRect.y(), rightWidth, topWidth),
drawImage        1241 Source/core/rendering/RenderBoxModelObject.cpp             graphicsContext->drawImage(image.get(), IntRect(borderImageRect.maxX() - rightWidth, borderImageRect.maxY() - bottomWidth, rightWidth, bottomWidth),
drawImage         339 Source/core/rendering/RenderImage.cpp                 context->drawImage(image.get(), pixelSnappedIntRect(LayoutRect(paintOffset + imageOffset, imageSize)), CompositeSourceOver, shouldRespectImageOrientation());
drawImage         475 Source/core/rendering/RenderImage.cpp     context->drawImage(m_imageResource->image(alignedRect.width(), alignedRect.height()).get(), alignedRect, compositeOperator, shouldRespectImageOrientation());
drawImage          95 Source/core/rendering/RenderInputSpeech.cpp     paintInfo.context->drawImage(image, pixelSnappedIntRect(buttonRect));
drawImage        1290 Source/core/rendering/RenderLayerScrollableArea.cpp         context->drawImage(resizeCornerImage.get(), IntRect(IntPoint(), cornerResizerSize));
drawImage        1295 Source/core/rendering/RenderLayerScrollableArea.cpp     context->drawImage(resizeCornerImage.get(), imageRect);
drawImage        1151 Source/core/rendering/RenderListMarker.cpp         context->drawImage(m_image->image(this, marker.size()).get(), marker);
drawImage          65 Source/core/rendering/RenderMediaControls.cpp     context->drawImage(image, rect);
drawImage         246 Source/core/rendering/RenderThemeChromiumSkia.cpp     paintInfo.context->drawImage(isPressed(cancelButtonObject) ? cancelPressedImage : cancelImage, paintingRect);
drawImage         290 Source/core/rendering/RenderThemeChromiumSkia.cpp     paintInfo.context->drawImage(magnifierImage, paintingRect);
drawImage         186 Source/core/rendering/shapes/Shape.cpp         graphicsContext->drawImage(image, IntRect(IntPoint(), imageRect.size()));
drawImage         177 Source/core/rendering/svg/RenderSVGImage.cpp     paintInfo.context->drawImage(image.get(), destRect, srcRect, CompositeSourceOver);
drawImage         145 Source/core/svg/graphics/filters/SVGFEImage.cpp         resultImage->context()->drawImage(m_image.get(), destRect, srcRect);
drawImage          70 Source/platform/graphics/CrossfadeGeneratedImage.cpp     context->drawImage(m_fromImage, IntPoint());
drawImage          81 Source/platform/graphics/CrossfadeGeneratedImage.cpp     context->drawImage(m_toImage, IntPoint(), CompositePlusLighter);
drawImage        1025 Source/platform/graphics/GraphicsContext.cpp     drawImage(image, FloatRect(IntRect(p, image->size())), FloatRect(FloatPoint(), FloatSize(image->size())), op, shouldRespectImageOrientation);
drawImage        1032 Source/platform/graphics/GraphicsContext.cpp     drawImage(image, FloatRect(r), FloatRect(FloatPoint(), FloatSize(image->size())), op, shouldRespectImageOrientation);
drawImage        1037 Source/platform/graphics/GraphicsContext.cpp     drawImage(image, dest, src, op, blink::WebBlendModeNormal, shouldRespectImageOrientation);
drawImage        1044 Source/platform/graphics/GraphicsContext.cpp     drawImage(image, dest, FloatRect(IntRect(IntPoint(), image->size())));
drawImage        1069 Source/platform/graphics/GraphicsContext.cpp         drawImage(image, dest, srcRect, op);
drawImage         253 Source/platform/graphics/GraphicsContext.h     void drawImage(Image*, const IntPoint&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
drawImage         254 Source/platform/graphics/GraphicsContext.h     void drawImage(Image*, const IntRect&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
drawImage         255 Source/platform/graphics/GraphicsContext.h     void drawImage(Image*, const FloatRect& destRect);
drawImage         256 Source/platform/graphics/GraphicsContext.h     void drawImage(Image*, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
drawImage         257 Source/platform/graphics/GraphicsContext.h     void drawImage(Image*, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode, RespectImageOrientationEnum = DoNotRespectImageOrientation);
drawImage         540 Source/platform/graphics/GraphicsContextTest.cpp     context.drawImage(opaqueImage.get(), IntPoint(0, 0));
drawImage         543 Source/platform/graphics/GraphicsContextTest.cpp     context.drawImage(alphaImage.get(), IntPoint(0, 0));
drawImage         547 Source/platform/graphics/GraphicsContextTest.cpp     context.drawImage(opaqueImage.get(), IntPoint(5, 5));
drawImage         550 Source/platform/graphics/GraphicsContextTest.cpp     context.drawImage(alphaImage.get(), IntPoint(5, 5));
drawImage         554 Source/platform/graphics/GraphicsContextTest.cpp     context.drawImage(opaqueImage.get(), IntPoint(10, 10));
drawImage         557 Source/platform/graphics/GraphicsContextTest.cpp     context.drawImage(alphaImage.get(), IntPoint(10, 10));
drawImage         561 Source/platform/graphics/GraphicsContextTest.cpp     context.drawImage(alphaImage.get(), IntPoint(20, 10), CompositeSourceIn);
drawImage         567 Source/platform/graphics/GraphicsContextTest.cpp     context.drawImage(opaqueImage.get(), IntPoint(25, 15), CompositeSourceIn);
drawImage         576 Source/platform/graphics/GraphicsContextTest.cpp     context.drawImage(alphaImage.get(), IntPoint(10, 20), CompositeSourceIn);
drawImage         582 Source/platform/graphics/GraphicsContextTest.cpp     context.drawImage(opaqueImage.get(), IntPoint(15, 25), CompositeSourceIn);
drawImage         249 Source/platform/graphics/ImageBuffer.cpp     context->drawImage(image.get(), destRect, srcRect, op, blendMode, DoNotRespectImageOrientation);
drawImage         165 Source/platform/graphics/filters/FEGaussianBlur.cpp     dstContext->drawImage(image.get(), drawingRegion.location(), CompositeCopy);
drawImage         125 Source/platform/graphics/filters/FEMorphology.cpp     dstContext->drawImage(image.get(), drawingRegion.location(), CompositeCopy);
drawImage         857 Source/platform/scroll/ScrollView.cpp     context->drawImage(panScrollIcon, iconGCPoint);