Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.h69 FloatRect currentViewBoxRect() const;
DSVGSVGElement.cpp611 FloatRect SVGSVGElement::currentViewBoxRect() const in currentViewBoxRect() function in blink::SVGSVGElement
674 …return SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), preserveAspectRatio()->curren… in viewBoxToViewTransform()
676 …AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), m_viewSpec->pr… in viewBoxToViewTransform()
DSVGLengthContext.cpp315 viewportSize = svg.currentViewBoxRect().size(); in determineViewport()