Searched refs:resolveIDs (Results 1 – 9 of 9) 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
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
D | BinaryInputCapsule.java | 472 values = resolveIDs(values); in readSavableArray() 479 private Savable[] resolveIDs(Object[] values) { in resolveIDs() method in BinaryInputCapsule 502 savables[i] = resolveIDs(values[i]); in readSavableArray2D() 523 savables[i][j] = resolveIDs(values[i][j]); in readSavableArray3D() 668 Savable[] values = resolveIDs(in.values); in readStringSavableMap() 685 Savable[] values = resolveIDs(in.values); in readIntSavableMap()
|