Home | History | Annotate | Download | only in animator

Lines Matching full:apply

94 void SkApply::append(SkApply* apply) {
98 fActive->append(apply);
179 // currently, if an apply is in a g and scopes a statement in another g, it ends up as members
308 debugOut.append(" apply enable id=");
336 // now that one apply might embed another, only the parent apply should replace the scope
338 // similarly, an apply added by an add immediate has already been located in the display list
367 SkApply* apply = (SkApply*) (*parentList)[old];
368 if (apply != this && apply->fActive == NULL)
369 apply->activate(maker);
370 apply->append(this);
556 debugOut.append(" apply id=");
672 //for reusing apply statements with dynamic scope
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
707 if (resolveField(maker, apply, &dynamicScope) == false)