Home
last modified time | relevance | path

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

/aoo4110/main/slideshow/source/engine/activities/
H A Ddiscreteactivitybase.cxx80 sal_uInt32 DiscreteActivityBase::calcFrameIndex( sal_uInt32 nCurrCalls, in calcFrameIndex() argument
87 sal_uInt32 nFrameIndex( nCurrCalls % (2*nVectorSize) ); in calcFrameIndex()
98 return nCurrCalls % nVectorSize ; in calcFrameIndex()
102 sal_uInt32 DiscreteActivityBase::calcRepeatCount( sal_uInt32 nCurrCalls, in calcRepeatCount() argument
106 return nCurrCalls / (2*nVectorSize); // we've got 2 cycles per repeat in calcRepeatCount()
108 return nCurrCalls / nVectorSize; in calcRepeatCount()
H A Ddiscreteactivitybase.hxx66 sal_uInt32 calcFrameIndex( sal_uInt32 nCurrCalls,
69 sal_uInt32 calcRepeatCount( sal_uInt32 nCurrCalls,

Completed in 10 milliseconds