Home
last modified time | relevance | path

Searched defs:ScreenSetup (Results 1 – 2 of 2) sorted by relevance

/dports/games/ags/ags_linux_v.3.4.4.1/Engine/main/
H A Dgraphics_mode.h99 struct ScreenSetup struct
101 String DriverID; // graphics driver ID
102 DisplayModeSetup DisplayMode; // definition of the initial display mode
107 …rameSetup FsGameFrame; // how the game frame should be scaled/positioned in fullscreen mode
108 …eFrameSetup WinGameFrame; // how the game frame should be scaled/positioned in windowed mode
133 bool graphics_mode_init_any(const Size game_size, const ScreenSetup &setup, const ColorDepthOption … argument
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/main/
H A Dgraphics_mode.h102 struct ScreenSetup { struct
103 String DriverID; // graphics driver ID
104 DisplayModeSetup DisplayMode; // definition of the initial display mode
109 …rameSetup FsGameFrame; // how the game frame should be scaled/positioned in fullscreen mode
110 …eFrameSetup WinGameFrame; // how the game frame should be scaled/positioned in windowed mode
135 bool graphics_mode_init_any(const GraphicResolution &game_res, const ScreenSetup &setup, const Colo… argument