Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/animation/
H A Danimationtiming.cxx330 const double fTimeAtLoopStart((double)nCurrentLoop * mfDuration); in getStateAtTime() local
331 const double fRelativeTime(fTime - fTimeAtLoopStart); in getStateAtTime()
349 const double fTimeAtLoopStart((double)nCurrentLoop * mfDuration); in getNextEventTime() local
350 const double fRelativeTime(fTime - fTimeAtLoopStart); in getNextEventTime()
355 fNewTime = fNextEventAtLoop + fTimeAtLoopStart; in getNextEventTime()

Completed in 19 milliseconds