Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGViewSpec.h80 SVGPreserveAspectRatio& preserveAspectRatioCurrentValue() { return m_preserveAspectRatio; } in preserveAspectRatioCurrentValue()
81 SVGPreserveAspectRatio preserveAspectRatioBaseValue() const { return m_preserveAspectRatio; } in preserveAspectRatioBaseValue()
82 …tioBaseValue(const SVGPreserveAspectRatio& preserveAspectRatio) { m_preserveAspectRatio = preserve… in setPreserveAspectRatioBaseValue()
107 SVGPreserveAspectRatio m_preserveAspectRatio; variable
DPatternAttributes.h38 , m_preserveAspectRatio() in PatternAttributes()
60 SVGPreserveAspectRatio preserveAspectRatio() const { return m_preserveAspectRatio; } in preserveAspectRatio()
98 m_preserveAspectRatio = value; in setPreserveAspectRatio()
144 SVGPreserveAspectRatio m_preserveAspectRatio; member
DSVGViewSpec.cpp181 …(ownerType->contextElement(), preserveAspectRatioPropertyInfo(), ownerType->m_preserveAspectRatio); in lookupOrCreatePreserveAspectRatioWrapper()
196 m_preserveAspectRatio = SVGPreserveAspectRatio(); in reset()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
DSVGFEImage.cpp44 , m_preserveAspectRatio(preserveAspectRatio) in FEImage()
52 , m_preserveAspectRatio(preserveAspectRatio) in FEImage()
72 m_preserveAspectRatio.transformRect(paintRect, srcRect); in determineAbsolutePaintRect()
110 m_preserveAspectRatio.transformRect(destRect, srcRect); in applySoftware()
DSVGFEImage.h61 SVGPreserveAspectRatio m_preserveAspectRatio; variable