SVGFitToViewBox 225 Source/core/rendering/svg/RenderSVGResourcePattern.cpp AffineTransform viewBoxCTM = SVGFitToViewBox::viewBoxToViewTransform(attributes.viewBox(), attributes.preserveAspectRatio(), patternBoundaries.width(), patternBoundaries.height()); SVGFitToViewBox 45 Source/core/svg/SVGElement.h class SVGFitToViewBox; SVGFitToViewBox 179 Source/core/svg/SVGElement.h friend class SVGFitToViewBox; SVGFitToViewBox 37 Source/core/svg/SVGFitToViewBox.cpp SVGFitToViewBox::SVGFitToViewBox(SVGElement* element, PropertyMapPolicy propertyMapPolicy) SVGFitToViewBox 48 Source/core/svg/SVGFitToViewBox.cpp AffineTransform SVGFitToViewBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, PassRefPtr<SVGPreserveAspectRatio> preserveAspectRatio, float viewWidth, float viewHeight) SVGFitToViewBox 56 Source/core/svg/SVGFitToViewBox.cpp bool SVGFitToViewBox::isKnownAttribute(const QualifiedName& attrName) SVGFitToViewBox 61 Source/core/svg/SVGFitToViewBox.cpp void SVGFitToViewBox::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes) SVGFitToViewBox 67 Source/core/svg/SVGFitToViewBox.cpp void SVGFitToViewBox::updateViewBox(const FloatRect& rect) SVGFitToViewBox 41 Source/core/svg/SVGFitToViewBox.h class SVGFitToViewBox { SVGFitToViewBox 75 Source/core/svg/SVGFitToViewBox.h static SVGAnimatedRect* viewBox(SVGFitToViewBox& object) { return object.viewBox(); } SVGFitToViewBox 76 Source/core/svg/SVGFitToViewBox.h static SVGAnimatedPreserveAspectRatio* preserveAspectRatio(SVGFitToViewBox& object) { return object.preserveAspectRatio(); } SVGFitToViewBox 83 Source/core/svg/SVGFitToViewBox.h explicit SVGFitToViewBox(SVGElement*, PropertyMapPolicy = PropertyMapPolicyAdd); SVGFitToViewBox 47 Source/core/svg/SVGMarkerElement.cpp , SVGFitToViewBox(this) SVGFitToViewBox 76 Source/core/svg/SVGMarkerElement.cpp return SVGFitToViewBox::viewBoxToViewTransform(viewBox()->currentValue()->value(), preserveAspectRatio()->currentValue(), viewWidth, viewHeight); SVGFitToViewBox 83 Source/core/svg/SVGMarkerElement.cpp SVGFitToViewBox::addSupportedAttributes(supportedAttributes); SVGFitToViewBox 112 Source/core/svg/SVGMarkerElement.cpp else if (SVGFitToViewBox::parseAttribute(name, value, document(), parseError)) { SVGFitToViewBox 42 Source/core/svg/SVGMarkerElement.h public SVGFitToViewBox { SVGFitToViewBox 39 Source/core/svg/SVGPatternElement.cpp , SVGFitToViewBox(this) SVGFitToViewBox 70 Source/core/svg/SVGPatternElement.cpp SVGFitToViewBox::addSupportedAttributes(supportedAttributes); SVGFitToViewBox 104 Source/core/svg/SVGPatternElement.cpp } else if (SVGFitToViewBox::parseAttribute(name, value, document(), parseError)) { SVGFitToViewBox 42 Source/core/svg/SVGPatternElement.h public SVGFitToViewBox { SVGFitToViewBox 67 Source/core/svg/SVGSVGElement.cpp , SVGFitToViewBox(this) SVGFitToViewBox 276 Source/core/svg/SVGSVGElement.cpp } else if (SVGFitToViewBox::parseAttribute(name, value, document(), parseError)) { SVGFitToViewBox 306 Source/core/svg/SVGSVGElement.cpp if (SVGFitToViewBox::isKnownAttribute(attrName)) { SVGFitToViewBox 728 Source/core/svg/SVGSVGElement.cpp return SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), preserveAspectRatio()->currentValue(), viewWidth, viewHeight); SVGFitToViewBox 730 Source/core/svg/SVGSVGElement.cpp AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), m_viewSpec->preserveAspectRatio()->currentValue(), viewWidth, viewHeight); SVGFitToViewBox 44 Source/core/svg/SVGSVGElement.h public SVGFitToViewBox, SVGFitToViewBox 47 Source/core/svg/SVGSymbolElement.cpp SVGFitToViewBox::addSupportedAttributes(supportedAttributes); SVGFitToViewBox 60 Source/core/svg/SVGSymbolElement.cpp if (SVGFitToViewBox::parseAttribute(name, value, document(), parseError)) { SVGFitToViewBox 31 Source/core/svg/SVGSymbolElement.h public SVGFitToViewBox { SVGFitToViewBox 29 Source/core/svg/SVGViewElement.cpp , SVGFitToViewBox(this) SVGFitToViewBox 46 Source/core/svg/SVGViewElement.cpp SVGFitToViewBox::addSupportedAttributes(supportedAttributes); SVGFitToViewBox 62 Source/core/svg/SVGViewElement.cpp if (SVGFitToViewBox::parseAttribute(name, value, document(), parseError)) { SVGFitToViewBox 34 Source/core/svg/SVGViewElement.h public SVGFitToViewBox, SVGFitToViewBox 36 Source/core/svg/SVGViewSpec.cpp : SVGFitToViewBox(contextElement, PropertyMapPolicySkip) SVGFitToViewBox 31 Source/core/svg/SVGViewSpec.h class SVGViewSpec FINAL : public RefCounted<SVGViewSpec>, public ScriptWrappable, public SVGZoomAndPan, public SVGFitToViewBox {