Home
last modified time | relevance | path

Searched refs:noStretchModes (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/
H A Dgraphics.h57 …static const OSystem::GraphicsMode noStretchModes[] = {{"NONE", "Normal", 0}, {nullptr, nullptr, 0… in getSupportedStretchModes() local
58 return noStretchModes; in getSupportedStretchModes()
/dports/games/scummvm/scummvm-2.5.1/backends/graphics/
H A Dgraphics.h60 …static const OSystem::GraphicsMode noStretchModes[] = {{"NONE", "Normal", 0}, {nullptr, nullptr, 0… in getSupportedStretchModes() local
61 return noStretchModes; in getSupportedStretchModes()
/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Dsystem.h686 static const GraphicsMode noStretchModes[] = {{"NONE", "Normal", 0}, {nullptr, nullptr, 0 }}; in getSupportedStretchModes() local
687 return noStretchModes; in getSupportedStretchModes()
/dports/games/scummvm/scummvm-2.5.1/common/
H A Dsystem.h813 static const GraphicsMode noStretchModes[] = {{"NONE", "Normal", 0}, {nullptr, nullptr, 0 }}; in getSupportedStretchModes() local
814 return noStretchModes; in getSupportedStretchModes()