Home
last modified time | relevance | path

Searched refs:currentViewBoxRect (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp550 SVGRect SVGSVGElement::currentViewBoxRect() const in currentViewBoxRect() function in WebCore::SVGSVGElement
671 …return SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), preserveAspectRatioCurrentVal… in viewBoxToViewTransform()
673 …AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), m_viewSpec->pr… in viewBoxToViewTransform()
DSVGSVGElement.h82 SVGRect currentViewBoxRect() const;
DSVGLengthContext.cpp303 viewportSize = svg->currentViewBoxRect().size(); in determineViewport()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp158 currentSize = rootElement->currentViewBoxRect().size(); in containerSize()