Lines Matching refs:fMaker
22 fMaxTime(0), fMaker(maker), fDrawIndex(0), fDrawMax(0) { in SkActive()
90 fMaker.postOnEnd(oldGuard, oldState.fBegin + oldState.fDuration); in append()
169 fApply.refresh(fMaker); in create()
177 SkDEBUGCODE(bool success = ) animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL, in create()
187 drawable->enable(fMaker); in create()
199 fApply.refresh(fMaker); in immediate()
215 … SkDEBUGCODE(bool success = ) animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL, in immediate()
226 drawable->enable(fMaker); in immediate()
228 result |= drawable->draw(fMaker); in immediate()
239 animate->refresh(fMaker); in fixInterpolator()
417 SkMSec time = fMaker.getAppTime(); in start()
418 debugOut.appendS32(time - fMaker.fDebugTimeBase); in start()
424 debugOut.appendS32(fAnimators[index]->fStart - fMaker.fDebugTimeBase); in start()
430 if (future > fMaker.fEnableTime) in start()
431 fMaker.notifyInvalTime(future); in start()
433 fMaker.notifyInval(); in start()
436 debugOut.appendS32(future - fMaker.fDebugTimeBase); in start()
439 if (state.fStartTime >= fMaker.fAdjustedStart) { in start()
440 state.fStartTime -= fMaker.fAdjustedStart; in start()
443 debugOut.appendS32(fMaker.fAdjustedStart); in start()
449 debugOut.appendS32(state.fStartTime - fMaker.fDebugTimeBase); in start()