Lines Matching refs:animators
36 int animators = fAnimators.count();
37 fInterpolators.setCount(animators);
38 memset(fInterpolators.begin(), 0, animators * sizeof(SkOperandInterpolator*));
39 fState.setCount(animators);
41 for (index = 0; index < animators; index++)
44 // for (index = 0; index < animators; index++)
238 int animators = fAnimators.count();
239 for (int index = 0; index < animators; index++) {
257 int animators = fAnimators.count();
258 int activeTotal = fDrawIndex + animators;
333 int animators = fAnimators.count();
334 for (int index = 0; index < animators; index++) {