Searched refs:m_preserveAspectRatio (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGViewSpec.h80 SVGPreserveAspectRatio& preserveAspectRatioCurrentValue() { return m_preserveAspectRatio; }
81 SVGPreserveAspectRatio preserveAspectRatioBaseValue() const { return m_preserveAspectRatio; }
82 void setPreserveAspectRatioBaseValue(const SVGPreserveAspectRatio& preserveAspectRatio) { m_preserveAspectRatio = preserveAspectRatio; }
107 SVGPreserveAspectRatio m_preserveAspectRatio; member in class:WebCore::FINAL
H A DPatternAttributes.h38 , m_preserveAspectRatio()
60 SVGPreserveAspectRatio preserveAspectRatio() const { return m_preserveAspectRatio; }
98 m_preserveAspectRatio = value;
144 SVGPreserveAspectRatio m_preserveAspectRatio; member in struct:WebCore::PatternAttributes
H A DSVGViewSpec.cpp181 return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio>(ownerType->contextElement(), preserveAspectRatioPropertyInfo(), ownerType->m_preserveAspectRatio);
196 m_preserveAspectRatio = SVGPreserveAspectRatio();
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
H A DSVGFEImage.cpp44 , m_preserveAspectRatio(preserveAspectRatio)
52 , m_preserveAspectRatio(preserveAspectRatio)
72 m_preserveAspectRatio.transformRect(paintRect, srcRect);
110 m_preserveAspectRatio.transformRect(destRect, srcRect);
H A DSVGFEImage.h61 SVGPreserveAspectRatio m_preserveAspectRatio; member in class:WebCore::FEImage

Completed in 136 milliseconds