Lines Matching refs:apply
102 void SkApply::append(SkApply* apply) {
106 fActive->append(apply);
186 // currently, if an apply is in a g and scopes a statement in another g, it ends up as members
315 debugOut.append(" apply enable id=");
343 // now that one apply might embed another, only the parent apply should replace the scope
345 // similarly, an apply added by an add immediate has already been located in the display list
374 SkApply* apply = (SkApply*) (*parentList)[old];
375 if (apply != this && apply->fActive == NULL)
376 apply->activate(maker);
377 apply->append(this);
563 debugOut.append(" apply id=");
679 //for reusing apply statements with dynamic scope
713 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
714 if (resolveField(maker, apply, &dynamicScope) == false)