Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkAnimateActive.h38 SkMSec getTime(SkMSec inTime, int animatorIndex);
DSkDisplayApply.h47 void applyValues(int animatorIndex, SkOperand* values, int count,
DSkAnimateActive.cpp251 SkMSec SkActive::getTime(SkMSec inTime, int animatorIndex) { in getTime() argument
252 fState[animatorIndex].fTicks = inTime; in getTime()
253 return inTime - fState[animatorIndex].fStartTime; in getTime()
DSkDisplayApply.cpp115 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count, in applyValues() argument
118 SkAnimateBase* animator = fActive->fAnimators[animatorIndex]; in applyValues()