Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DKeyframeAnimation.cpp130 const KeyframeValue& nextKeyframe = m_keyframes[nextIndex]; in fetchIntervalEndpointsForProperty() local
133 toStyle = nextKeyframe.style(); in fetchIntervalEndpointsForProperty()
136 scale = 1.0 / (nextKeyframe.key() - prevKeyframe.key()); in fetchIntervalEndpointsForProperty()