Lines Matching refs:SkDrawable
73 for (SkDrawable** curPtr = fScopes.begin(); curPtr < fScopes.end(); curPtr++) in ~SkApply()
163 for (SkDrawable** curPtr = fScopes.begin(); curPtr < fScopes.end(); curPtr++) { in contains()
171 SkDrawable* saveScope = scope; in deepCopy()
310 SkDrawable* drawable; in enable()
350 drawable = (SkDrawable*) scope; in enable()
382 SkDrawable** newApplyLocation = &(*parentList)[old]; in enable()
386 … (*parentList)[oldApply] = (SkDrawable*) SkDisplayType::CreateInstance(&maker, SkType_Apply); in enable()
412 SkDrawable* copyScope = copy->scope = (SkDrawable*) scope->deepCopy(&maker); in enableCreate()
454 scope = (SkDrawable*) newScope; in enableDynamic()
517 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) { in getTarget()
664 SkDrawable* scopePtr = scope; in onEndElement()