Home
last modified time | relevance | path

Searched refs:IsHiRes (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/
H A Dwin32_display.h189 #define IsHiRes(x) ((x.Height > SNES_HEIGHT_EXTENDED || x.Width == 512)) macro
190 #define CurrentScale (IsHiRes(Src) ? GUI.ScaleHiRes : GUI.Scale)
/dports/games/libretro-snes9x/snes9x-73aa348/win32/
H A Dwin32_display.h16 #define IsHiRes(x) ((x.Height > SNES_HEIGHT_EXTENDED || x.Width == 512)) macro
17 #define CurrentScale (IsHiRes(Src) ? GUI.ScaleHiRes : GUI.Scale)
/dports/games/ags/ags_linux_v.3.4.4.1/Common/ac/
H A Dgamesetupstructbase.h87 inline bool IsHiRes() const in IsHiRes() function
91 return ::IsHiRes(default_resolution); in IsHiRes()
H A Dgamestructdefines.h129 inline bool IsHiRes(GameResolutionType resolution) in IsHiRes() function
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/main/
H A Dengine_setup.cpp110 game.IsHiRes()) in adjust_sizes_for_resolution()
143 if (game.IsHiRes()) in engine_init_resolution_settings()
159 if (game.IsHiRes() && in engine_init_resolution_settings()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/dynobj/
H A Dscriptdrawingsurface.cpp120 (game.IsHiRes())) in ScriptDrawingSurface()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dglobal_drawingsurface.cpp207 if ((current_screen_resolution_multiplier == 1) && game.IsHiRes()) { in RawDrawImageOffset()
212 else if ((current_screen_resolution_multiplier > 1) && !game.IsHiRes()) { in RawDrawImageOffset()
H A Droom.cpp441 load_room(room_filename, &thisroom, game.IsHiRes()); in load_new_room()
448 if (game.IsHiRes() && (game.options[OPT_NATIVECOORDINATES] == 0)) in load_new_room()
H A Dobject.cpp404 game.IsHiRes()) in move_object()
H A Dcharacter.cpp688 if ((current_screen_resolution_multiplier == 1) && (game.IsHiRes())) { in Character_LockViewOffsetEx()
693 else if ((current_screen_resolution_multiplier > 1) && (!game.IsHiRes())) { in Character_LockViewOffsetEx()
1712 game.IsHiRes()) in walk_character()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/game/
H A Dgame_init.cpp327 if ((game.options[OPT_NOSCALEFNT] == 0) && game.IsHiRes()) in LoadFonts()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dkernel_tables.h894 …{ MAP_CALL(IsHiRes), SIG_EVERYWHERE, "", NULL, …
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dkernel_tables.h900 …{ MAP_CALL(IsHiRes), SIG_EVERYWHERE, "", NULL, …