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

/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.cpp357 float totalDistance = 0; local
364 totalDistance += distance;
367 if (!totalDistance)
372 keyTimesForPaced[n] = keyTimesForPaced[n - 1] + keyTimesForPaced[n] / totalDistance;

Completed in 42 milliseconds