HomeSort by relevance Sort by last modified time
    Searched full:fromkeypoint (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 461 float fromKeyPoint = m_keyPoints[index];
465 return fromKeyPoint;
473 return (toKeyPoint - fromKeyPoint) * keyPointPercent + fromKeyPoint;

Completed in 121 milliseconds