Searched refs:resolveIDs (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/animator/ |
D | SkDrawPaint.h | 40 bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) override;
|
D | SkDrawGroup.h | 47 bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* ) override;
|
D | SkDrawGroup.cpp | 268 bool SkGroup::resolveIDs(SkAnimateMaker& maker, SkDisplayable* orig, SkApply* apply) { in resolveIDs() function in SkGroup 278 if (drawable->resolveIDs(maker, *originalPtr++, apply) == true) in resolveIDs()
|
D | SkDisplayApply.h | 67 bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* ) override;
|
D | SkDisplayable.h | 85 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
|
D | SkDisplayApply.cpp | 407 if (copyScope->resolveIDs(maker, scope, this)) { in enableCreate() 413 if (copy->resolveIDs(maker, this, this)) { // fix up all fields, including target in enableCreate() 706 bool SkApply::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // rep… in resolveIDs() function in SkApply
|
D | SkDrawPaint.cpp | 197 bool SkDrawPaint::resolveIDs(SkAnimateMaker& maker, SkDisplayable* origDisp, SkApply* ) { in resolveIDs() function in SkDrawPaint
|
D | SkDisplayable.cpp | 490 bool SkDisplayable::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { in resolveIDs() function in SkDisplayable
|