Searched refs:m_fromPath (Results 1 – 3 of 3) sorted by relevance
261 m_fromPath = results->m_animatedPathPointer->copy(); in calculateAnimatedValue()264 ASSERT(m_fromPath); in calculateAnimatedValue()266 results->m_animatedPathPointer = m_fromPath.get(); in calculateAnimatedValue()271 if (m_fromPath && m_toPath) { in calculateAnimatedValue()273 …if (!factory->buildAnimatedSVGPathByteStream(m_fromPath.get(), m_toPath.get(), results->m_animated… in calculateAnimatedValue()282 ASSERT(m_fromPath); in calculateAnimatedValue()286 ? m_toPath.get() : m_fromPath.get(); in calculateAnimatedValue()375 …= ToAnimation || factory->buildSVGPathByteStreamFromString(fromString, m_fromPath, UnalteredParsin… in calculateFromAndToValues()378 m_fromPath.clear(); in calculateFromAndToValues()
78 OwnPtr<SVGPathByteStream> m_fromPath; variable
17581 animation did not work and an assert was thrown, because of the missing m_fromPath.17588 m_fromPath, since 'to' animations are accumulative.