Searched defs:animators (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/animator/
H A DSkAnimateActive.cpp28 int animators = fAnimators.count(); local
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(); local
236 for (int index = 0; index < animators; index++) {
254 int animators = fAnimators.count(); local
255 int activeTotal = fDrawIndex + animators;
330 int animators = fAnimators.count(); local
[all...]
H A DSkDisplayApply.cpp87 int animators = fAnimators.count(); local
88 for (int index = 0; index < animators; index++)
270 int animators = fAnimators.count(); local
272 for (index = 0; index < animators; index++) {
569 int animators = fActive->fAnimators.count(); local
570 for (int inner = 0; inner < animators; inner++) {
706 bool SkApply::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // replace to/formula strings in animators of the form xxx.step with the step value, if xxx.step is in scope

Completed in 82 milliseconds