HomeSort by relevance Sort by last modified time
    Searched defs:SVGFitToViewBox (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFitToViewBox.cpp 24 #include "core/svg/SVGFitToViewBox.h"
36 SVGFitToViewBox::SVGFitToViewBox(SVGElement* element, PropertyMapPolicy propertyMapPolicy)
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)
SVGFitToViewBox.h 41 class SVGFitToViewBox {
81 explicit SVGFitToViewBox(SVGElement*, PropertyMapPolicy = PropertyMapPolicyAdd);

Completed in 44 milliseconds