HomeSort by relevance Sort by last modified time
    Searched refs:currentViewBoxRect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.h 82 SVGRect currentViewBoxRect() const;
SVGSVGElement.cpp 550 SVGRect SVGSVGElement::currentViewBoxRect() const
671 return SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), preserveAspectRatioCurrentValue(), viewWidth, viewHeight);
673 AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), m_viewSpec->preserveAspectRatioCurrentValue(), viewWidth, viewHeight);
SVGLengthContext.cpp 303 viewportSize = svg->currentViewBoxRect().size();
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 158 currentSize = rootElement->currentViewBoxRect().size();

Completed in 138 milliseconds