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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.cpp440 float fromKeyPoint = m_keyPoints[index]; local
443 return fromKeyPoint;
455 return (toKeyPoint - fromKeyPoint) * keyPointPercent + fromKeyPoint;

Completed in 642 milliseconds