draw               44 Source/core/rendering/svg/RenderSVGResourceMarker.h     void draw(PaintInfo&, const AffineTransform&);
draw              451 Source/core/rendering/svg/RenderSVGShape.cpp             marker->draw(paintInfo, marker->markerTransformation(m_markerPositions[i].origin, m_markerPositions[i].angle, strokeWidth));
draw              196 Source/core/svg/graphics/SVGImage.cpp     draw(context, dstRect, scaledSrc, compositeOp, blendMode);
draw               98 Source/core/svg/graphics/SVGImage.h     virtual void draw(GraphicsContext*, const FloatRect& fromRect, const FloatRect& toRect, CompositeOperator, blink::WebBlendMode) OVERRIDE;
draw               55 Source/core/svg/graphics/SVGImageForContainer.h     virtual void draw(GraphicsContext*, const FloatRect&, const FloatRect&, CompositeOperator, blink::WebBlendMode) OVERRIDE;
draw              252 Source/platform/graphics/BitmapImage.cpp     draw(ctxt, dstRect, srcRect, compositeOp, blendMode, DoNotRespectImageOrientation);
draw              294 Source/platform/graphics/BitmapImage.cpp     bm->draw(ctxt, normSrcRect, normDstRect, WebCoreCompositeToSkiaComposite(compositeOp, blendMode));
draw              103 Source/platform/graphics/BitmapImage.h     virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode) OVERRIDE;
draw              104 Source/platform/graphics/BitmapImage.h     virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode, RespectImageOrientationEnum) OVERRIDE;
draw               54 Source/platform/graphics/CrossfadeGeneratedImage.h     virtual void draw(GraphicsContext*, const FloatRect&, const FloatRect&,
draw               97 Source/platform/graphics/GradientGeneratedImage.cpp             draw(destContext, tileDstRect, visibleSrcRect, compositeOp, blendMode);
draw               50 Source/platform/graphics/GradientGeneratedImage.h     virtual void draw(GraphicsContext*, const FloatRect&, const FloatRect&,
draw             1051 Source/platform/graphics/GraphicsContext.cpp     image->draw(this, dest, src, op, blendMode, shouldRespectImageOrientation);
draw             1111 Source/platform/graphics/GraphicsContext.cpp     image->draw(this, dest, src, op, blendMode);
draw               79 Source/platform/graphics/GraphicsContextRecorder.cpp         m_picture->draw(m_canvas, this);
draw              121 Source/platform/graphics/Image.cpp     draw(ctx, dstRect, srcRect, op, blendMode);
draw              156 Source/platform/graphics/Image.cpp         draw(ctxt, destRect, visibleSrcRect, op, blendMode);
draw              130 Source/platform/graphics/Image.h     virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode) = 0;
draw              131 Source/platform/graphics/Image.h     virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode, RespectImageOrientationEnum);
draw              130 Source/platform/graphics/ImageBuffer.h     void draw(GraphicsContext*, const FloatRect&, const FloatRect& = FloatRect(0, 0, -1, -1), CompositeOperator = CompositeSourceOver, blink::WebBlendMode = blink::WebBlendModeNormal);
draw              125 Source/platform/graphics/skia/NativeImageSkia.h     void draw(GraphicsContext*, const SkRect& srcRect, const SkRect& destRect, PassRefPtr<SkXfermode>) const;