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

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DTimingCalculations.h172 const bool currentIterationIsOdd = fmod(currentIteration, 2) >= 1; local
174 || (specified.direction == Timing::PlaybackDirectionAlternate && !currentIterationIsOdd)
175 || (specified.direction == Timing::PlaybackDirectionAlternateReverse && currentIterationIsOdd);

Completed in 1735 milliseconds