Lines Matching refs:fInterpolators

29     fInterpolators.setCount(animators);  in init()
30 memset(fInterpolators.begin(), 0, animators * sizeof(SkOperandInterpolator*)); in init()
34 fInterpolators[index] = SkNEW(SkOperandInterpolator); in init()
38 SkASSERT(fInterpolators.count() == fAnimators.count()); in init()
47 for (index = 0; index < fInterpolators.count(); index++) in ~SkActive()
48 delete fInterpolators[index]; in ~SkActive()
65 fInterpolators.setCount(total); in append()
66 memset(&fInterpolators.begin()[oldCount], 0, newCount * sizeof(SkOperandInterpolator*)); in append()
68 fInterpolators[index] = SkNEW(SkOperandInterpolator); in append()
84 delete fInterpolators[inner]; in append()
85 fInterpolators.remove(inner); in append()
113 SkASSERT(fInterpolators.count() == fAnimators.count()); in append()
172 SkOperandInterpolator& interpolator = *fInterpolators[index]; in create()
188 SkASSERT(fAnimators.count() == fInterpolators.count()); in create()
210 SkOperandInterpolator& interpolator = *fInterpolators[index]; in immediate()
307 existing->fInterpolators[index]->timeToValues( in pickUp()
323 fInterpolators[index]->reset(components, 2, SkType_Float); in pickUp()
324 fInterpolators[index]->setKeyFrame(0, 0, existingValues.begin(), animate->blend[0]); in pickUp()
325 fInterpolators[index]->setKeyFrame(1, fState[index].fDuration, to, animate->blend[0]); in pickUp()
355 SkOperandInterpolator& interpolator = *fInterpolators[index]; in restoreInterpolatorValues()
362 SkOperandInterpolator& interpolator = *fInterpolators[index]; in saveInterpolatorValues()
378 SkOperandInterpolator& interpolator = *fInterpolators[index]; in setInterpolator()
409 SkASSERT(count == fInterpolators.count()); in start()
454 SkASSERT(fAnimators.count() == fInterpolators.count()); in start()
461 SkASSERT(count == fInterpolators.count()); in validate()
464 SkASSERT(fInterpolators[index]); in validate()