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

  /external/webkit/Source/WebCore/svg/
SVGFitToViewBox.cpp 83 AffineTransform SVGFitToViewBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveAspectRatio, float viewWidth, float viewHeight)
85 if (!viewBoxRect.width() || !viewBoxRect.height())
88 return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRect.height(), viewWidth, viewHeight);
SVGFitToViewBox.h 41 static AffineTransform viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio&, float viewWidth, float viewHeight);
SVGSVGElement.cpp 591 FloatRect viewBoxRect;
594 viewBoxRect = currentView()->viewBox();
596 viewBoxRect = viewBox();
598 AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(viewBoxRect, preserveAspectRatio(), viewWidth, viewHeight);

Completed in 5721 milliseconds