Home
last modified time | relevance | path

Searched refs:drawForContainer (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImageForContainer.cpp39 …m_image->drawForContainer(context, m_containerSize, m_zoom, dstRect, srcRect, compositeOp, blendMo… in draw()
DSVGImage.cpp184 void SVGImage::drawForContainer(GraphicsContext* context, const FloatSize containerSize, float zoom… in drawForContainer() function in blink::SVGImage
216drawForContainer(buffer->context(), size(), 1, rect(), rect(), CompositeSourceOver, blink::WebBlen… in nativeImageForCurrentFrame()
246drawForContainer(buffer->context(), containerSize, zoom, imageBufferSize, zoomedContainerRect, Com… in drawPatternForContainer()
DSVGImage.h97 …void drawForContainer(GraphicsContext*, const FloatSize, float, const FloatRect&, const FloatRect&…