Lines Matching refs:fInterpolators
29 fInterpolators.setCount(animators);
30 memset(fInterpolators.begin(), 0, animators * sizeof(SkOperandInterpolator*));
34 fInterpolators[index] = new SkOperandInterpolator;
38 SkASSERT(fInterpolators.count() == fAnimators.count());
47 for (index = 0; index < fInterpolators.count(); index++)
48 delete fInterpolators[index];
65 fInterpolators.setCount(total);
66 memset(&fInterpolators.begin()[oldCount], 0, newCount * sizeof(SkOperandInterpolator*));
68 fInterpolators[index] = new SkOperandInterpolator;
84 delete fInterpolators[inner];
85 fInterpolators.remove(inner);
113 SkASSERT(fInterpolators.count() == fAnimators.count());
172 SkOperandInterpolator& interpolator = *fInterpolators[index];
188 SkASSERT(fAnimators.count() == fInterpolators.count());
210 SkOperandInterpolator& interpolator = *fInterpolators[index];
307 existing->fInterpolators[index]->timeToValues(
323 fInterpolators[index]->reset(components, 2, SkType_Float);
324 fInterpolators[index]->setKeyFrame(0, 0, existingValues.begin(), animate->blend[0]);
325 fInterpolators[index]->setKeyFrame(1, fState[index].fDuration, to, animate->blend[0]);
355 SkOperandInterpolator& interpolator = *fInterpolators[index];
362 SkOperandInterpolator& interpolator = *fInterpolators[index];
378 SkOperandInterpolator& interpolator = *fInterpolators[index];
409 SkASSERT(count == fInterpolators.count());
454 SkASSERT(fAnimators.count() == fInterpolators.count());
461 SkASSERT(count == fInterpolators.count());
464 SkASSERT(fInterpolators[index]);