Searched refs:nCurrentLoop (Results 1 – 1 of 1) sorted by relevance
322 const sal_uInt32 nCurrentLoop((sal_uInt32)(fTime / mfDuration)); in getStateAtTime() local324 if(nCurrentLoop > mnRepeat) in getStateAtTime()330 const double fTimeAtLoopStart((double)nCurrentLoop * mfDuration); in getStateAtTime()345 const sal_uInt32 nCurrentLoop((sal_uInt32)(fTime / mfDuration)); in getNextEventTime() local347 if(nCurrentLoop <= mnRepeat) in getNextEventTime()349 const double fTimeAtLoopStart((double)nCurrentLoop * mfDuration); in getNextEventTime()
Completed in 16 milliseconds