Searched refs:fAdjustedStart (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateMaker.cpp31 : fActiveEvent(NULL), fAdjustedStart(0), fCanvas(canvas), fEnableTime(0),
318 debugOut.appendS32(fAdjustedStart);
325 fAdjustedStart = appTime - expectedTime;
H A DSkAnimateActive.cpp439 if (state.fStartTime >= fMaker.fAdjustedStart) {
440 state.fStartTime -= fMaker.fAdjustedStart;
443 debugOut.appendS32(fMaker.fAdjustedStart);
H A DSkAnimateMaker.h107 SkMSec fAdjustedStart; member in class:SkAnimateMaker
H A DSkAnimator.cpp418 fMaker->fAdjustedStart = fMaker->getAppTime() - fMaker->fEnableTime;
420 fMaker->fAdjustedStart = 0;
456 debugOut.appendS32(fMaker->fAdjustedStart);
H A DSkDisplayApply.cpp625 maker.fAdjustedStart = 0; // !!! left over from synchronizing animation days, undoubtably out of date (and broken)
/external/skia/src/animator/
H A DSkAnimateMaker.cpp31 : fActiveEvent(NULL), fAdjustedStart(0), fCanvas(canvas), fEnableTime(0),
318 debugOut.appendS32(fAdjustedStart);
325 fAdjustedStart = appTime - expectedTime;
H A DSkAnimateActive.cpp439 if (state.fStartTime >= fMaker.fAdjustedStart) {
440 state.fStartTime -= fMaker.fAdjustedStart;
443 debugOut.appendS32(fMaker.fAdjustedStart);
H A DSkAnimateMaker.h107 SkMSec fAdjustedStart; member in class:SkAnimateMaker
H A DSkAnimator.cpp418 fMaker->fAdjustedStart = fMaker->getAppTime() - fMaker->fEnableTime;
420 fMaker->fAdjustedStart = 0;
456 debugOut.appendS32(fMaker->fAdjustedStart);
H A DSkDisplayApply.cpp625 maker.fAdjustedStart = 0; // !!! left over from synchronizing animation days, undoubtably out of date (and broken)

Completed in 165 milliseconds