Searched refs:animatorIndex (Results 1 – 4 of 4) sorted by relevance
38 SkMSec getTime(SkMSec inTime, int animatorIndex);
47 void applyValues(int animatorIndex, SkOperand* values, int count,
251 SkMSec SkActive::getTime(SkMSec inTime, int animatorIndex) { in getTime() argument252 fState[animatorIndex].fTicks = inTime; in getTime()253 return inTime - fState[animatorIndex].fStartTime; in getTime()
115 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count, in applyValues() argument118 SkAnimateBase* animator = fActive->fAnimators[animatorIndex]; in applyValues()