Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkDisplayXMLParser.cpp206 if (fMaker.fDebugTimeBase == (SkMSec) -1) in onEndElement()
207 fMaker.fDebugTimeBase = fMaker.fEnableTime; in onEndElement()
210 debugOut.appendS32(time - fMaker.fDebugTimeBase); in onEndElement()
212 debugOut.appendS32(fMaker.fEnableTime - fMaker.fDebugTimeBase); in onEndElement()
DSkDisplayPost.cpp192 debugOut.appendS32(time - maker.fDebugTimeBase); in enable()
196 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase); in enable()
206 debugOut.appendS32(futureTime - maker.fDebugTimeBase); in enable()
DSkAnimateMaker.cpp38 fDebugTimeBase = (SkMSec) -1; in SkAnimateMaker()
314 debugOut.appendS32(time - fDebugTimeBase); in setEnableTime()
316 debugOut.appendS32(fEnableTime - fDebugTimeBase); in setEnableTime()
320 debugOut.appendS32(expectedTime - fDebugTimeBase); in setEnableTime()
DSkDisplayMovie.cpp121 fMovie.fMaker->fDebugTimeBase = maker.fDebugTimeBase; in onEndElement()
DSkAnimateActive.cpp418 debugOut.appendS32(time - fMaker.fDebugTimeBase); in start()
424 debugOut.appendS32(fAnimators[index]->fStart - fMaker.fDebugTimeBase); in start()
436 debugOut.appendS32(future - fMaker.fDebugTimeBase); in start()
449 debugOut.appendS32(state.fStartTime - fMaker.fDebugTimeBase); in start()
DSkAnimateMaker.h124 SkMSec fDebugTimeBase; variable
DSkDisplayApply.cpp307 debugOut.appendS32(time - maker.fDebugTimeBase); in enable()
311 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase); in enable()
555 debugOut.appendS32(time - maker.fDebugTimeBase); in interpolate()
DSkAnimator.cpp442 debugOut.appendS32(realTime - fMaker->fDebugTimeBase); in onEvent()
452 debugOut.appendS32(time - fMaker->fDebugTimeBase); in onEvent()