Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DRender_Dirty.h105 void SetVideoOverlayText(VIDEO_OVERLAY* v, const ST::utf32_buffer& codepoints);
106 inline void SetVideoOverlayText(VIDEO_OVERLAY* v, const ST::string& str) in SetVideoOverlayText() function
108 SetVideoOverlayText(v, str.to_utf32()); in SetVideoOverlayText()
H A DRender_Dirty.cc648 void SetVideoOverlayText(VIDEO_OVERLAY* v, const ST::utf32_buffer& codepoints) in SetVideoOverlayText() function
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/
H A DJAScreens.cc100 SetVideoOverlayText(g_fps_overlay, ST::format("FPS: {}", __min(uiFPS, 1000))); in DisplayFrameRate()
103SetVideoOverlayText(g_counter_period_overlay, ST::format("Game Loop Time: {}", __min(giTimerDiag, … in DisplayFrameRate()