Searched refs:animatorIndex (Results 1 – 4 of 4) sorted by relevance
30 SkMSec getTime(SkMSec inTime, int animatorIndex);
39 void applyValues(int animatorIndex, SkOperand* values, int count,
248 SkMSec SkActive::getTime(SkMSec inTime, int animatorIndex) { in getTime() argument249 fState[animatorIndex].fTicks = inTime; in getTime()250 return inTime - fState[animatorIndex].fStartTime; in getTime()
107 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count, in applyValues() argument110 SkAnimateBase* animator = fActive->fAnimators[animatorIndex]; in applyValues()