Searched refs:currentViewBoxRect (Results 1 – 3 of 3) sorted by relevance
69 FloatRect currentViewBoxRect() const;
611 FloatRect SVGSVGElement::currentViewBoxRect() const in currentViewBoxRect() function in blink::SVGSVGElement674 …return SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), preserveAspectRatio()->curren… in viewBoxToViewTransform()676 …AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), m_viewSpec->pr… in viewBoxToViewTransform()
315 viewportSize = svg.currentViewBoxRect().size(); in determineViewport()