Searched defs:animatorIndex (Results 1 - 4 of 4) sorted by relevance

/external/skia/legacy/src/animator/
H A DSkAnimateActive.cpp248 SkMSec SkActive::getTime(SkMSec inTime, int animatorIndex) { argument
249 fState[animatorIndex].fTicks = inTime;
250 return inTime - fState[animatorIndex].fStartTime;
H A DSkDisplayApply.cpp107 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count, argument
110 SkAnimateBase* animator = fActive->fAnimators[animatorIndex];
/external/skia/src/animator/
H A DSkAnimateActive.cpp248 SkMSec SkActive::getTime(SkMSec inTime, int animatorIndex) { argument
249 fState[animatorIndex].fTicks = inTime;
250 return inTime - fState[animatorIndex].fStartTime;
H A DSkDisplayApply.cpp107 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count, argument
110 SkAnimateBase* animator = fActive->fAnimators[animatorIndex];

Completed in 88 milliseconds