Home
last modified time | relevance | path

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

/AOO41X/main/sdext/source/presenter/
H A DPresenterAnimator.cxx43 : maFutureAnimations(), in PresenterAnimator()
66 maFutureAnimations.insert(AnimationList::value_type(rpAnimation->GetStartTime(), rpAnimation)); in AddAnimation()
121 while ( ! maFutureAnimations.empty() in ActivateAnimations()
122 && maFutureAnimations.begin()->first <= nCurrentTime) in ActivateAnimations()
124 SharedPresenterAnimation pAnimation (maFutureAnimations.begin()->second); in ActivateAnimations()
125 maActiveAnimations.insert(*maFutureAnimations.begin()); in ActivateAnimations()
126 maFutureAnimations.erase(maFutureAnimations.begin()); in ActivateAnimations()
141 if ( ! maFutureAnimations.empty()) in ScheduleNextRun()
142 if (maFutureAnimations.begin()->first < nStartTime) in ScheduleNextRun()
143 nStartTime = maFutureAnimations.begin()->first; in ScheduleNextRun()
[all …]
H A DPresenterAnimator.hxx54 AnimationList maFutureAnimations; member in sdext::presenter::PresenterAnimator