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

  /external/webkit/WebCore/svg/
SVGFitToViewBox.cpp 78 AffineTransform SVGFitToViewBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveAspectRatio, float viewWidth, float viewHeight)
80 if (!viewBoxRect.width() || !viewBoxRect.height())
83 return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRect.height(), 0, 0, viewWidth, viewHeight);
SVGFitToViewBox.h 38 static AffineTransform viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio&, float viewWidth, float viewHeight);
SVGSVGElement.cpp 543 FloatRect viewBoxRect;
546 viewBoxRect = currentView()->viewBox();
548 viewBoxRect = viewBox();
550 AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(viewBoxRect, preserveAspectRatio(), viewWidth, viewHeight);

Completed in 160 milliseconds