Home
last modified time | relevance | path

Searched refs:iteration_time (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/cc/animation/
Danimation.cc225 double iteration_time; in TrimTimeToCurrentIteration() local
228 iteration_time = curve_->Duration(); in TrimTimeToCurrentIteration()
230 iteration_time = fmod(scaled_active_time, curve_->Duration()); in TrimTimeToCurrentIteration()
236 else if (iteration_time == curve_->Duration()) in TrimTimeToCurrentIteration()
249 iteration_time = curve_->Duration() - iteration_time; in TrimTimeToCurrentIteration()
251 return iteration_time; in TrimTimeToCurrentIteration()