Home | History | Annotate | Download | only in animator

Lines Matching refs:animators

28     int animators = fAnimators.count();
29 fInterpolators.setCount(animators);
30 memset(fInterpolators.begin(), 0, animators * sizeof(SkOperandInterpolator*));
31 fState.setCount(animators);
33 for (index = 0; index < animators; index++)
36 // for (index = 0; index < animators; index++)
235 int animators = fAnimators.count();
236 for (int index = 0; index < animators; index++) {
254 int animators = fAnimators.count();
255 int activeTotal = fDrawIndex + animators;
330 int animators = fAnimators.count();
331 for (int index = 0; index < animators; index++) {