Home
last modified time | relevance | path

Searched refs:fDebugTimeBase (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/animator/
DSkDisplayXMLParser.cpp214 if (fMaker.fDebugTimeBase == (SkMSec) -1) in onEndElement()
215 fMaker.fDebugTimeBase = fMaker.fEnableTime; in onEndElement()
218 debugOut.appendS32(time - fMaker.fDebugTimeBase); in onEndElement()
220 debugOut.appendS32(fMaker.fEnableTime - fMaker.fDebugTimeBase); in onEndElement()
DSkAnimateMaker.cpp46 fDebugTimeBase = (SkMSec) -1; in SkAnimateMaker()
318 debugOut.appendS32(time - fDebugTimeBase); in setEnableTime()
320 debugOut.appendS32(fEnableTime - fDebugTimeBase); in setEnableTime()
324 debugOut.appendS32(expectedTime - fDebugTimeBase); in setEnableTime()
DSkDisplayPost.cpp208 debugOut.appendS32(time - maker.fDebugTimeBase); in enable()
212 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase); in enable()
222 debugOut.appendS32(futureTime - maker.fDebugTimeBase); in enable()
DSkDisplayMovie.cpp129 fMovie.fMaker->fDebugTimeBase = maker.fDebugTimeBase; in onEndElement()
DSkAnimateActive.cpp421 debugOut.appendS32(time - fMaker.fDebugTimeBase); in start()
427 debugOut.appendS32(fAnimators[index]->fStart - fMaker.fDebugTimeBase); in start()
439 debugOut.appendS32(future - fMaker.fDebugTimeBase); in start()
452 debugOut.appendS32(state.fStartTime - fMaker.fDebugTimeBase); in start()
DSkAnimateMaker.h132 SkMSec fDebugTimeBase; variable
DSkDisplayApply.cpp314 debugOut.appendS32(time - maker.fDebugTimeBase); in enable()
318 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase); in enable()
562 debugOut.appendS32(time - maker.fDebugTimeBase); in interpolate()
DSkAnimator.cpp450 debugOut.appendS32(realTime - fMaker->fDebugTimeBase); in onEvent()
460 debugOut.appendS32(time - fMaker->fDebugTimeBase); in onEvent()