Lines Matching refs:fApply
29 SkActive::SkActive(SkApply& apply, SkAnimateMaker& maker) : fApply(apply),
35 fAnimators = fApply.fAnimators;
43 initState(&fApply, 0);
82 SkASSERT(fApply.scope == apply->scope);
85 // SkASSERT(fApply.scope == test->fTarget || fApply.scope->contains(test->fTarget));
101 if (fApply.restore) {
171 fApply.fLastTime = time;
172 fApply.refresh(fMaker);
183 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
187 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
197 SkDrawable* drawable = fApply.scope;
201 fApply.fLastTime = time;
202 fApply.refresh(fMaker);
221 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
225 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
351 state.fStartTime = state.fBegin = fApply.begin + animate->begin;
423 debugOut.append(fApply._id);
469 // SkASSERT(fApply.scope == test->fTarget || fApply.scope->contains(test->fTarget));