HomeSort by relevance Sort by last modified time
    Searched refs:resolveIDs (Results 1 - 9 of 9) sorted by null

  /external/skia/src/animator/
SkDrawGroup.h 47 bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
SkDrawPaint.h 40 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply);
SkDisplayApply.h 67 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
SkDisplayable.h 85 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* );
SkDrawGroup.cpp 268 bool SkGroup::resolveIDs(SkAnimateMaker& maker, SkDisplayable* orig, SkApply* apply) {
278 if (drawable->resolveIDs(maker, *originalPtr++, apply) == true)
SkDrawPaint.cpp 199 bool SkDrawPaint::resolveIDs(SkAnimateMaker& maker, SkDisplayable* origDisp, SkApply* ) {
SkDisplayApply.cpp 407 if (copyScope->resolveIDs(maker, scope, this)) {
409 goto next; // resolveIDs failed
413 if (copy->resolveIDs(maker, this, this)) { // fix up all fields, including target
415 goto next; // resolveIDs failed
706 bool SkApply::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // replace to/formula strings in animators of the form xxx.step with the step value, if xxx.step is in scope
SkDisplayable.cpp 506 bool SkDisplayable::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) {
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryInputCapsule.java 472 values = resolveIDs(values);
479 private Savable[] resolveIDs(Object[] values) {
502 savables[i] = resolveIDs(values[i]);
523 savables[i][j] = resolveIDs(values[i][j]);
668 Savable[] values = resolveIDs(in.values);
685 Savable[] values = resolveIDs(in.values);
    [all...]

Completed in 322 milliseconds