Searched refs:drawForContainer (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
D | SVGImageForContainer.cpp | 39 …m_image->drawForContainer(context, m_containerSize, m_zoom, dstRect, srcRect, compositeOp, blendMo… in draw()
|
D | SVGImage.cpp | 184 void SVGImage::drawForContainer(GraphicsContext* context, const FloatSize containerSize, float zoom… in drawForContainer() function in blink::SVGImage 216 …drawForContainer(buffer->context(), size(), 1, rect(), rect(), CompositeSourceOver, blink::WebBlen… in nativeImageForCurrentFrame() 246 …drawForContainer(buffer->context(), containerSize, zoom, imageBufferSize, zoomedContainerRect, Com… in drawPatternForContainer()
|
D | SVGImage.h | 97 …void drawForContainer(GraphicsContext*, const FloatSize, float, const FloatRect&, const FloatRect&…
|