Home
last modified time | relevance | path

Searched refs:m_fromPath (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
DSVGAnimateElement.cpp133 results->m_animatedPath = m_fromPath; in calculateAnimatedValue()
137 if (m_fromPath && m_toPath) in calculateAnimatedValue()
138 …results->m_animatedPath = SVGPathSegList::createAnimated(m_fromPath.get(), m_toPath.get(), percent… in calculateAnimatedValue()
144 ? m_toPath : m_fromPath; in calculateAnimatedValue()
174 m_fromPath = SVGPathSegList::create(SVGNames::dAttr); in calculateFromAndToValues()
175 if (pathSegListFromSVGData(m_fromPath.get(), fromString)) { in calculateFromAndToValues()
180 m_fromPath.clear(); in calculateFromAndToValues()
DSVGAnimateElement.h63 RefPtr<SVGPathSegList> m_fromPath; variable