Home | History | Annotate | Download | only in animator

Lines Matching refs:fMaker

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