Searched refs:resolveIDs (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/animator/ |
D | SkDrawGroup.cpp | 276 bool SkGroup::resolveIDs(SkAnimateMaker& maker, SkDisplayable* orig, SkApply* apply) { in resolveIDs() function in SkGroup 286 if (drawable->resolveIDs(maker, *originalPtr++, apply) == true) in resolveIDs()
|
D | SkDrawPaint.h | 48 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply);
|
D | SkDrawGroup.h | 55 bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
|
D | SkDisplayApply.h | 75 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
|
D | SkDisplayable.h | 93 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
|
D | SkDisplayApply.cpp | 414 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
|
D | SkDrawPaint.cpp | 207 bool SkDrawPaint::resolveIDs(SkAnimateMaker& maker, SkDisplayable* origDisp, SkApply* ) { in resolveIDs() function in SkDrawPaint
|
D | SkDisplayable.cpp | 514 bool SkDisplayable::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { in resolveIDs() function in SkDisplayable
|