Lines Matching refs:fApply
21 SkActive::SkActive(SkApply& apply, SkAnimateMaker& maker) : fApply(apply), in SkActive()
27 fAnimators = fApply.fAnimators; in init()
35 initState(&fApply, 0); in init()
74 SkASSERT(fApply.scope == apply->scope); in append()
93 if (fApply.restore) { in append()
168 fApply.fLastTime = time; in create()
169 fApply.refresh(fMaker); in create()
180 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time); in create()
184 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time); in create()
194 SkADrawable* drawable = fApply.scope; in immediate()
198 fApply.fLastTime = time; in immediate()
199 fApply.refresh(fMaker); in immediate()
218 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time); in immediate()
222 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time); in immediate()
348 state.fStartTime = state.fBegin = fApply.begin + animate->begin; in resetState()
420 debugOut.append(fApply._id); in start()