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