Home
last modified time | relevance | path

Searched refs:PathAnimation (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGAnimationElement.h76 …tion, ToAnimation, ByAnimation, ValuesAnimation, FromToAnimation, FromByAnimation, PathAnimation }; enumerator
DSVGAnimationElement.cpp224 return PathAnimation; in animationMode()
530 } else if (animationMode == PathAnimation) in startedActiveInterval()
DSVGAnimateMotionElement.cpp197 if (animationMode() == PathAnimation) { in calculateAnimatedValue()