Home | History | Annotate | Download | only in animator

Lines Matching refs:anim

170         SkAnimateBase* anim = (SkAnimateBase*) (*animPtr)->deepCopy(maker);
171 *result->fAnimators.append() = anim;
172 maker->helperAdd(anim);
671 SkAnimateBase* anim = *animPtr;
673 if (anim->fTarget == NULL || anim->fTargetIsScope) {
674 anim->fTargetIsScope = true;
676 anim->fTarget = scope;
678 anim->setTarget(maker);
679 anim->onEndElement(maker); // allows animate->fFieldInfo to be set
681 if (scope != NULL && steps >= 0 && anim->fTarget != scope && anim->fTarget->isDrawable())
682 anim->fTarget->setSteps(steps);