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

  /external/webkit/WebCore/svg/
SVGAnimationElement.cpp 392 float fromKeyPoint = m_keyPoints[index];
396 return percent == 1.0f ? toKeyPoint : fromKeyPoint;
404 return (toKeyPoint - fromKeyPoint) * keyPointPercent + fromKeyPoint;

Completed in 34 milliseconds