HomeSort by relevance Sort by last modified time
    Searched full:oldguard (Results 1 - 1 of 1) sorted by null

  /external/skia/src/animator/
SkAnimateActive.cpp 88 SkAnimateBase* oldGuard = fAnimators[inner];
90 if (oldGuard->fTarget == test->fTarget && oldGuard->fFieldInfo == test->fFieldInfo &&
97 // SkDEBUGF(("%8x %8x active append: post on end\n", this, oldGuard));
98 fMaker.postOnEnd(oldGuard, oldState.fBegin + oldState.fDuration);

Completed in 38 milliseconds