Home
last modified time | relevance | path

Searched defs:resolveIDs (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/animator/
DSkDrawPaint.cpp199 bool SkDrawPaint::resolveIDs(SkAnimateMaker& maker, SkDisplayable* origDisp, SkApply* ) { in resolveIDs() function in SkDrawPaint
DSkDrawGroup.cpp268 bool SkGroup::resolveIDs(SkAnimateMaker& maker, SkDisplayable* orig, SkApply* apply) { in resolveIDs() function in SkGroup
DSkDisplayable.cpp506 bool SkDisplayable::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { in resolveIDs() function in SkDisplayable
DSkDisplayApply.cpp706 bool SkApply::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // rep… in resolveIDs() function in SkApply
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DBinaryInputCapsule.java479 private Savable[] resolveIDs(Object[] values) { in resolveIDs() method in BinaryInputCapsule