Home
last modified time | relevance | path

Searched refs:resolveIDs (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/animator/
DSkDrawGroup.cpp276 bool SkGroup::resolveIDs(SkAnimateMaker& maker, SkDisplayable* orig, SkApply* apply) { in resolveIDs() function in SkGroup
286 if (drawable->resolveIDs(maker, *originalPtr++, apply) == true) in resolveIDs()
DSkDrawPaint.h48 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply);
DSkDrawGroup.h55 bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
DSkDisplayApply.h75 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
DSkDisplayable.h93 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
DSkDisplayApply.cpp414 if (copyScope->resolveIDs(maker, scope, this)) { in enableCreate()
420 if (copy->resolveIDs(maker, this, this)) { // fix up all fields, including target in enableCreate()
713 bool SkApply::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // rep… in resolveIDs() function in SkApply
DSkDrawPaint.cpp207 bool SkDrawPaint::resolveIDs(SkAnimateMaker& maker, SkDisplayable* origDisp, SkApply* ) { in resolveIDs() function in SkDrawPaint
DSkDisplayable.cpp514 bool SkDisplayable::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { in resolveIDs() function in SkDisplayable