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

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGSVGElement.h86 FloatRect currentViewBoxRect() const;
H A DSVGSVGElement.cpp563 FloatRect SVGSVGElement::currentViewBoxRect() const function in class:WebCore::SVGSVGElement
684 return SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), preserveAspectRatio(), viewWidth, viewHeight);
686 AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), m_viewSpec->preserveAspectRatio(), viewWidth, viewHeight);
H A DSVGLengthContext.cpp306 FloatSize viewportSize = svg->currentViewBoxRect().size();
/macosx-10.9.5/WebCore-7537.78.1/svg/graphics/
H A DSVGImage.cpp108 currentSize = rootElement->currentViewBoxRect().size();

Completed in 95 milliseconds