Searched refs:m_preserveAspectRatio (Results 1 – 5 of 5) sorted by relevance
80 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
38 , m_preserveAspectRatio() in PatternAttributes()60 SVGPreserveAspectRatio preserveAspectRatio() const { return m_preserveAspectRatio; } in preserveAspectRatio()98 m_preserveAspectRatio = value; in setPreserveAspectRatio()144 SVGPreserveAspectRatio m_preserveAspectRatio; member
181 …(ownerType->contextElement(), preserveAspectRatioPropertyInfo(), ownerType->m_preserveAspectRatio); in lookupOrCreatePreserveAspectRatioWrapper()196 m_preserveAspectRatio = SVGPreserveAspectRatio(); in reset()
44 , 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()
61 SVGPreserveAspectRatio m_preserveAspectRatio; variable