Home | History | Annotate | Download | only in animator

Lines Matching full:steps

28     SK_PROPERTY(steps),
49 SK_MEMBER_PROPERTY(steps, Int),
59 restore(false), scope(NULL), steps(-1), transition((Transition) -1), fActive(NULL), /*fCurrentScope(NULL),*/
221 if (steps != -1)
222 SkDebugf("steps=\"%d\" ", steps);
395 for (int step = 0; step <= steps; step++) {
408 step = steps; // quit
414 step = steps; // quit
491 case SK_PROPERTY(steps):
493 value->fOperand.fS32 = steps;
668 if (scope != NULL && steps >= 0 && scope->isApply() == false && scope->isDrawable())
669 scope->setSteps(steps);
681 if (scope != NULL && steps >= 0 && anim->fTarget != scope && anim->fTarget->isDrawable())
682 anim->fTarget->setSteps(steps);
786 case SK_PROPERTY(steps):
787 steps = scriptValue.fOperand.fS32;
789 fActive->setSteps(steps);
796 steps = _steps;