Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4GraphicsSystem.h58 bool DoSaveScreenshot(bool fSaveAll, const char *szFilename, float fSaveAllZoom);
H A DC4GraphicsSystem.cpp207 bool fSuccess=DoSaveScreenshot(fSaveAll, strFilePath, fSaveAllZoom); in SaveScreenshot()
217 bool C4GraphicsSystem::DoSaveScreenshot(bool fSaveAll, const char *szFilename, float fSaveAllZoom) in DoSaveScreenshot() function in C4GraphicsSystem