Lines Matching refs:animators
28 int animators = fAnimators.count(); in init() local
29 fInterpolators.setCount(animators); in init()
30 memset(fInterpolators.begin(), 0, animators * sizeof(SkOperandInterpolator*)); in init()
31 fState.setCount(animators); in init()
33 for (index = 0; index < animators; index++) in init()
235 int animators = fAnimators.count(); in fixInterpolator() local
236 for (int index = 0; index < animators; index++) { in fixInterpolator()
254 int animators = fAnimators.count(); in initializeSave() local
255 int activeTotal = fDrawIndex + animators; in initializeSave()
330 int animators = fAnimators.count(); in resetInterpolators() local
331 for (int index = 0; index < animators; index++) { in resetInterpolators()