Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkDrawPaint.h40 bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) override;
DSkDrawGroup.h47 bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* ) override;
DSkDrawGroup.cpp268 bool SkGroup::resolveIDs(SkAnimateMaker& maker, SkDisplayable* orig, SkApply* apply) { in resolveIDs() function in SkGroup
278 if (drawable->resolveIDs(maker, *originalPtr++, apply) == true) in resolveIDs()
DSkDisplayApply.h67 bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* ) override;
DSkDisplayable.h85 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
DSkDisplayApply.cpp407 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
DSkDrawPaint.cpp197 bool SkDrawPaint::resolveIDs(SkAnimateMaker& maker, SkDisplayable* origDisp, SkApply* ) { in resolveIDs() function in SkDrawPaint
DSkDisplayable.cpp490 bool SkDisplayable::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { in resolveIDs() function in SkDisplayable
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DBinaryInputCapsule.java472 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()