Searched defs:SVGFitToViewBox (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFitToViewBox.cpp24 #include "core/svg/SVGFitToViewBox.h"
36 SVGFitToViewBox::SVGFitToViewBox(SVGElement* element, PropertyMapPolicy propertyMapPolicy) function in class:blink::SVGFitToViewBox
47 AffineTransform SVGFitToViewBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, PassRefPtr<SVGPreserveAspectRatio> preserveAspectRatio, float viewWidth, float viewHeight)
55 bool SVGFitToViewBox::isKnownAttribute(const QualifiedName& attrName)
60 void SVGFitToViewBox::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
66 void SVGFitToViewBox::updateViewBox(const FloatRect& rect)
H A DSVGFitToViewBox.h41 class SVGFitToViewBox { class in namespace:blink
81 explicit SVGFitToViewBox(SVGElement*, PropertyMapPolicy = PropertyMapPolicyAdd);

Completed in 187 milliseconds