Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/ui/tool/
H A DKisStrokeSpeedMonitor.cpp58 qreal lastFps = 0; member
134 m_d->lastFps = fps; in notifyStrokeFinished()
158 .arg(m_d->lastFps, 5) in notifyStrokeFinished()
187 qreal KisStrokeSpeedMonitor::lastFps() const in lastFps() function in KisStrokeSpeedMonitor
189 return m_d->lastFps; in lastFps()
H A DKisStrokeSpeedMonitor.h36 Q_PROPERTY(qreal lastFps READ lastFps NOTIFY sigStatsUpdated)
60 qreal lastFps() const;
/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DClient_FPSCounter.cpp29 Client::FPSCounter::FPSCounter() : numFrames(0), lastFps(0.0) { sw.Reset(); } in FPSCounter()
35 lastFps = static_cast<double>(numFrames) / diff; in MarkFrame()
H A DClient.h91 double lastFps; variable
96 double GetFps() { return lastFps; } in GetFps()
/dports/games/keeperrl/keeperrl-alpha23/
H A Dfps_counter.cpp14 lastFps = curFps; in addTick()
34 return lastFps; in getFps()
H A Dfps_counter.h14 int lastFps = 0;
/dports/games/glest/glest_source_3.2.2/source/glest_game/menu/
H A Dmain_menu.cpp56 lastFps= 0; in MainMenu()
97 "FPS: " + intToStr(lastFps), in render()
113 lastFps= fps; in tick()
H A Dmain_menu.h73 int fps, lastFps; variable
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/Logger/ClientOnly/Samples/D3D9/
H A DMatrices.cpp279 float lastFps; in wWinMain() local
330 fps=lastFps; in wWinMain()
339 lastFps = fps; in wWinMain()
/dports/benchmarks/unixbench/byte-unixbench-5.1.3/UnixBench/src/
H A Dubgears.c482 static long lastFps = 0; in event_loop() local
495 if (!lastFps) in event_loop()
496 lastFps = t; in event_loop()
515 if (t - lastFps >= 5000000L) { in event_loop()
516 GLfloat seconds = (t - lastFps) / 1000000.0; in event_loop()
521 lastFps = t; in event_loop()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/20.ManagedLights/
H A Dmain.cpp358 int lastFps = -1; in main() local
368 if(fps != lastFps) in main()
370 lastFps = fps; in main()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/main/
H A Dprogram.h65 int lastFps; variable
75 int getLastFps() const { return lastFps; } in getLastFps()
H A Dprogram.cpp61 this->lastFps= 0; in ProgramState()
75 lastFps= fps; in tick()
88 if(lastFps > maxFPSCap) { in canRender()
H A Dintro.cpp777 renderer.renderFPSWhenEnabled(lastFps); in render()
H A Dbattle_end.cpp746 renderer.renderFPSWhenEnabled(lastFps); in render()
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A Dkis_fps_decoration.cpp127 .arg(monitor->lastFps(), 0, 'f', 1); in getText()
/dports/games/osgg/Osgg-32d9e02/
H A Dmain.cpp1803 int ticks=0, lastTicks=0, fps=0, lastFps=0; in main() local
2101 sprintf(score, "%i fps", lastFps); in main()
2677 if(fps > 64 && lastFps > 64 && vsync) in main()
2683 lastFps=fps; in main()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/menu/
H A Dmain_menu.cpp196 renderer.renderFPSWhenEnabled(lastFps); in render()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/graphics/
H A Drenderer.h538 void renderFPSWhenEnabled(int lastFps);
H A Drenderer.cpp9930 void Renderer::renderFPSWhenEnabled(int lastFps) {
9935 "FPS: " + intToStr(lastFps),
9940 "FPS: " + intToStr(lastFps),