Home
last modified time | relevance | path

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

/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dconsole.h48 void DrawDebugText(const std::string& text, int y = 16);
H A Dconsole.cpp745 this->DrawDebugText(str, y); in Draw()
769 this->DrawDebugText(buffer); in Draw()
776 void DebugConsole::DrawDebugText(const std::string& text, int y) in DrawDebugText() function in DebugConsole
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DRenderBase.h203 void DrawDebugText();
H A DRenderBase.cpp491 void Renderer::DrawDebugText() in DrawDebugText() function in Renderer
1241 DrawDebugText(); in Swap()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DAuto_Resolve.cc752 static void DrawDebugText(SOLDIERCELL* pCell);
808 DrawDebugText(c); in RenderSoldierCell()
2806 static void DrawDebugText(SOLDIERCELL* pCell) in DrawDebugText() function