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

  /external/chromium_org/third_party/skia/src/animator/
SkAnimateMaker.cpp 31 : fActiveEvent(NULL), fAdjustedStart(0), fCanvas(canvas), fEnableTime(0),
318 debugOut.appendS32(fAdjustedStart);
325 fAdjustedStart = appTime - expectedTime;
SkAnimateMaker.h 107 SkMSec fAdjustedStart;
SkAnimateActive.cpp 439 if (state.fStartTime >= fMaker.fAdjustedStart) {
440 state.fStartTime -= fMaker.fAdjustedStart;
443 debugOut.appendS32(fMaker.fAdjustedStart);
SkAnimator.cpp 418 fMaker->fAdjustedStart = fMaker->getAppTime() - fMaker->fEnableTime;
420 fMaker->fAdjustedStart = 0;
456 debugOut.appendS32(fMaker->fAdjustedStart);
SkDisplayApply.cpp 625 maker.fAdjustedStart = 0; // !!! left over from synchronizing animation days, undoubtably out of date (and broken)
  /external/skia/src/animator/
SkAnimateMaker.cpp 31 : fActiveEvent(NULL), fAdjustedStart(0), fCanvas(canvas), fEnableTime(0),
318 debugOut.appendS32(fAdjustedStart);
325 fAdjustedStart = appTime - expectedTime;
SkAnimateMaker.h 107 SkMSec fAdjustedStart;
SkAnimateActive.cpp 439 if (state.fStartTime >= fMaker.fAdjustedStart) {
440 state.fStartTime -= fMaker.fAdjustedStart;
443 debugOut.appendS32(fMaker.fAdjustedStart);
SkAnimator.cpp 418 fMaker->fAdjustedStart = fMaker->getAppTime() - fMaker->fEnableTime;
420 fMaker->fAdjustedStart = 0;
456 debugOut.appendS32(fMaker->fAdjustedStart);
SkDisplayApply.cpp 625 maker.fAdjustedStart = 0; // !!! left over from synchronizing animation days, undoubtably out of date (and broken)

Completed in 93 milliseconds