Searched refs:fromKeyPoint (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.cpp413 float fromKeyPoint = m_keyPoints[index]; local
417 return percent == 1 ? toKeyPoint : fromKeyPoint;
425 return (toKeyPoint - fromKeyPoint) * keyPointPercent + fromKeyPoint;

Completed in 115 milliseconds