Lines Matching refs:SkDrawable
65 for (SkDrawable** curPtr = fScopes.begin(); curPtr < fScopes.end(); curPtr++) in ~SkApply()
156 for (SkDrawable** curPtr = fScopes.begin(); curPtr < fScopes.end(); curPtr++) { in contains()
164 SkDrawable* saveScope = scope; in deepCopy()
303 SkDrawable* drawable; in enable()
343 drawable = (SkDrawable*) scope; in enable()
375 SkDrawable** newApplyLocation = &(*parentList)[old]; in enable()
379 … (*parentList)[oldApply] = (SkDrawable*) SkDisplayType::CreateInstance(&maker, SkType_Apply); in enable()
405 SkDrawable* copyScope = copy->scope = (SkDrawable*) scope->deepCopy(&maker); in enableCreate()
447 scope = (SkDrawable*) newScope; in enableDynamic()
510 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) { in getTarget()
657 SkDrawable* scopePtr = scope; in onEndElement()