Home
last modified time | relevance | path

Searched refs:mLastTime (Results 1 – 25 of 83) sorted by relevance

1234

/dports/games/blobby/blobby-1.0/src/
H A DClock.cpp31 Clock::Clock() : mRunning(false), mGameTime(0), mLastTime(0) in Clock()
41 mLastTime = SDL_GetTicks(); in reset()
46 mLastTime = SDL_GetTicks(); in start()
110 if(newTime > mLastTime) in step()
112 mGameTime += newTime - mLastTime; in step()
114 mLastTime = newTime; in step()
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dtileanimationdriver.cpp35 , mLastTime(0) in TileAnimationDriver()
47 int elapsed = currentTime - mLastTime; in updateCurrentTime()
51 mLastTime = currentTime; in updateCurrentTime()
61 mLastTime = 0; in updateState()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/wmf/
H A DWMFMediaDataDecoder.cpp122 if (!mLastTime || aSample->mTime > *mLastTime) { in ProcessDecode()
123 mLastTime = Some(aSample->mTime); in ProcessDecode()
159 mLastTime.reset(); in ProcessFlush()
197 data->mTime = *mLastTime; in ProcessDrain()
199 if (data->mTime == *mLastTime) { in ProcessDrain()
216 MOZ_ASSERT(mLastTime, in ProcessDrain()
219 results.LastElement()->mTime = *mLastTime; in ProcessDrain()
/dports/graphics/libgltf/libgltf-0.0.2/src/
H A DFPSCounter.cpp22 , mLastTime(0.0) in FPSCounter()
77 if( mLastTime <= 0.0001 ) in timeStamp()
79 mLastTime = libgltf::time::getCurrentTime(); in timeStamp()
100 double fDiff = libgltf::time::diffTime(mCurrentTime,mLastTime); in printFPS()
106 mLastTime = mCurrentTime; in printFPS()
/dports/www/firefox/firefox-99.0/dom/media/platforms/wmf/
H A DWMFMediaDataDecoder.cpp101 if (!mLastTime || aSample->mTime > *mLastTime) { in ProcessDecode()
102 mLastTime = Some(aSample->mTime); in ProcessDecode()
180 mLastTime.reset(); in ProcessFlush()
220 data->mTime = *mLastTime; in ProcessDrain()
222 if (data->mTime == *mLastTime) { in ProcessDrain()
239 MOZ_ASSERT(mLastTime, in ProcessDrain()
242 results.LastElement()->As<AudioData>()->SetOriginalStartTime(*mLastTime); in ProcessDrain()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/wmf/
H A DWMFMediaDataDecoder.cpp133 if (!mLastTime || aSample->mTime > *mLastTime) { in ProcessDecode()
134 mLastTime = Some(aSample->mTime); in ProcessDecode()
213 mLastTime.reset(); in ProcessFlush()
253 data->mTime = *mLastTime; in ProcessDrain()
255 if (data->mTime == *mLastTime) { in ProcessDrain()
272 MOZ_ASSERT(mLastTime, in ProcessDrain()
275 results.LastElement()->As<AudioData>()->SetOriginalStartTime(*mLastTime); in ProcessDrain()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/wmf/
H A DWMFMediaDataDecoder.cpp133 if (!mLastTime || aSample->mTime > *mLastTime) { in ProcessDecode()
134 mLastTime = Some(aSample->mTime); in ProcessDecode()
213 mLastTime.reset(); in ProcessFlush()
253 data->mTime = *mLastTime; in ProcessDrain()
255 if (data->mTime == *mLastTime) { in ProcessDrain()
272 MOZ_ASSERT(mLastTime, in ProcessDrain()
275 results.LastElement()->As<AudioData>()->SetOriginalStartTime(*mLastTime); in ProcessDrain()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/WIN32/
H A DOgreTimer.cpp119 mLastTime = 0; in reset()
155 LONGLONG adjust = (std::min)(msecOff * mFrequency.QuadPart / 1000, newTime - mLastTime); in getMilliseconds()
164 mLastTime = newTime; in getMilliseconds()
201 LONGLONG adjust = (std::min)(msecOff * mFrequency.QuadPart / 1000, newTime - mLastTime); in getMicroseconds()
207 mLastTime = newTime; in getMicroseconds()
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/sprite/
H A Danimatedsprite.cpp53 mLastTime(0), in AnimatedSprite()
146 mLastTime != 0; in reset()
150 mLastTime = 0; in reset()
192 if (A_UNLIKELY(time < mLastTime || mLastTime == 0)) in update()
193 mLastTime = time; in update()
196 if (time <= mLastTime || (mAnimation == nullptr)) in update()
199 const unsigned int dt = time - mLastTime; in update()
200 mLastTime = time; in update()
/dports/multimedia/assimp/assimp-5.1.3/tools/assimp_view/
H A DAnimEvaluator.cpp53 mLastTime(0.0) { in AnimEvaluator()
91 unsigned int frame = (time >= mLastTime) ? std::get<0>(mLastPositions[a]) : 0; in Evaluate()
120 unsigned int frame = (time >= mLastTime) ? std::get<1>(mLastPositions[a]) : 0; in Evaluate()
149 unsigned int frame = (time >= mLastTime) ? std::get<2>(mLastPositions[a]) : 0; in Evaluate()
179 mLastTime = time; in Evaluate()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/tools/assimp_view/
H A DAnimEvaluator.cpp52 mLastTime = 0.0; in AnimEvaluator()
84 unsigned int frame = (time >= mLastTime) ? std::get<0>(mLastPositions[a]) : 0; in Evaluate()
115 unsigned int frame = (time >= mLastTime) ? std::get<1>(mLastPositions[a]) : 0; in Evaluate()
146 unsigned int frame = (time >= mLastTime) ? std::get<2>(mLastPositions[a]) : 0; in Evaluate()
169 mLastTime = time; in Evaluate()
/dports/games/openmw/openmw-openmw-0.47.0/components/sceneutil/
H A Dlightcontroller.cpp19 , mLastTime(0.0) in LightController()
48 …mTicksToAdvance = static_cast<float>(time - mStartTime - mLastTime) * updateRate * 0.25f + mTicksT… in operator ()()
49 mLastTime = time - mStartTime; in operator ()()
/dports/editors/libreoffice/libreoffice-7.2.6.2/android/source/src/java/org/libreoffice/canvas/
H A DSelectionHandle.java19 private long mLastTime = 0; field in SelectionHandle
49 if (currentTime - mLastTime > MINIMUM_HANDLE_UPDATE_TIME) { in dragging()
50 mLastTime = currentTime; in dragging()
H A DCalcSelectionBox.java26 private long mLastTime = 0; field in CalcSelectionBox
58 if (currentTime - mLastTime > MINIMUM_HANDLE_UPDATE_TIME) { in dragging()
59 mLastTime = currentTime; in dragging()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/libreoffice/canvas/
H A DSelectionHandle.java19 private long mLastTime = 0; field in SelectionHandle
49 if (currentTime - mLastTime > MINIMUM_HANDLE_UPDATE_TIME) { in dragging()
50 mLastTime = currentTime; in dragging()
H A DCalcSelectionBox.java26 private long mLastTime = 0; field in CalcSelectionBox
58 if (currentTime - mLastTime > MINIMUM_HANDLE_UPDATE_TIME) { in dragging()
59 mLastTime = currentTime; in dragging()
/dports/games/manaplus/manaplus-2.1.3.17/src/being/
H A Dcompoundsprite.cpp82 mLastTime(0), in CompoundSprite()
110 mLastTime = 0; in reset()
130 mLastTime = 0; in play()
137 if (A_UNLIKELY(mLastTime == 0)) in update()
139 mLastTime = time; in update()
239 mLastTime = 0; in setSpriteDirection()
310 mLastTime = 0; in clear()
H A Dcompoundsprite.h106 { return mLastTime; } in getLastTime()
132 int mLastTime; variable
/dports/multimedia/QtAV/QtAV-1.13.0/examples/player/playlist/
H A DPlayListItem.cpp48 , mLastTime(0) in PlayListItem()
85 mLastTime = ms; in setLastTime()
91 return mLastTime; in lastTime()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Lobby2ClientGFx3.0/Resources/Classes/
H A DNavigationMenu.as96 private var mLastTime:Number;
101 mLastTime = getTimer();
117 var delta:Number = now - mLastTime;
120 mLastTime = now;
H A DScreenWithPageNavigator.as110 private var mLastTime:Number;
118 mLastTime = getTimer();
130 var delta:Number = now - mLastTime;
137 mLastTime = now;
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DPlaybackSchedule.cpp539 auto time = mLastTime; in Producer()
564 mLastTime = time; in Producer()
571 return mLastTime; in GetLastTime()
576 mLastTime = time; in SetLastTime()
583 return ( mLastTime += nSamples / rate ); in Consumer()
607 mLastTime = time; in Prime()
H A DProfiler.cpp139 mLastTime = clock(); in Begin()
146 mCumTime += clock() - mLastTime; in End()
/dports/games/palomino/palomino/src/hud/
H A Dhud_text.hh111 : mValid(false), mPos3(0,0,0), mOffset2(offset2), mLastTime(0) { } in Definition3D()
115 Milliseconds mLastTime; ///< last time position was recomputed member
H A Dhud_text.cc212 m3D.mLastTime = Milliseconds(0); in SetPosition3D()
289 if ( m3D.mValid and (elapsedMilliseconds - m3D.mLastTime > Milliseconds(defs::HUD_FREQ)) ) in UpdatePosition3D()
292 m3D.mLastTime = elapsedMilliseconds; in UpdatePosition3D()

1234