Home
last modified time | relevance | path

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

/aoo4110/main/slideshow/source/engine/shapes/
H A Dintrinsicanimationactivity.cxx205 const ::std::size_t nNumFrames(maTimeouts.size()); in perform() local
215 mnLoopCount += (mnCurrIndex + 1) / nNumFrames; in perform()
216 nNewIndex = (mnCurrIndex + 1) % nNumFrames; in perform()
222 ::std::size_t nTrueIndex( mnCurrIndex < nNumFrames ? in perform()
224 2*nNumFrames - mnCurrIndex - 1 ); in perform()
230 mnLoopCount += (mnCurrIndex + 1) / (2*nNumFrames); in perform()
231 nNewIndex = (mnCurrIndex + 1) % 2*nNumFrames; in perform()

Completed in 45 milliseconds