Home
last modified time | relevance | path

Searched defs:small_screen (Results 1 – 21 of 21) sorted by relevance

/dports/emulators/citra/citra-ac98458e0/src/core/frontend/
H A Dframebuffer_layout.cpp175 Common::Rectangle<u32> small_screen = maxRectangle(fourth_size_rect, small_screen_aspect_ratio); in MobileLandscapeFrameLayout() local
275 Common::Rectangle<u32> small_screen = maxRectangle(fourth_size_rect, small_screen_aspect_ratio); in LargeFrameLayout() local
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/frontend/
H A Dframebuffer_layout.cpp175 Common::Rectangle<u32> small_screen = maxRectangle(fourth_size_rect, small_screen_aspect_ratio); in MobileLandscapeFrameLayout() local
275 Common::Rectangle<u32> small_screen = maxRectangle(fourth_size_rect, small_screen_aspect_ratio); in LargeFrameLayout() local
/dports/deskutils/gnome-initial-setup/gnome-initial-setup-41.2/gnome-initial-setup/
H A Dgis-driver.c98 gboolean small_screen; member
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/shell/
H A Dcinnamon-control-center.c97 CcSmallScreen small_screen; member
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Ddata.c712 int small_screen = 0; variable
/dports/games/nethack33-nox11/nethack-3.3.1/sys/mac/
H A Dmacwin.c146 Boolean small_screen; variable
/dports/games/nethack33/nethack-3.3.1/sys/mac/
H A Dmacwin.c146 Boolean small_screen; variable
/dports/games/nethack34-nox11/nethack-3.4.3/sys/mac/
H A Dmacwin.c132 Boolean small_screen = 0; variable
/dports/games/nethack34/nethack-3.4.3/sys/mac/
H A Dmacwin.c132 Boolean small_screen = 0; variable
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unsupported/mac/
H A Dmacwin.c132 Boolean small_screen = 0; variable
/dports/games/falconseye/falconseye-1.9.3_11/sys/mac/
H A Dmacwin.c146 Boolean small_screen; variable
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/mac/
H A Dmacwin.c141 Boolean small_screen = 0; variable
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/mac/
H A Dmacwin.c132 Boolean small_screen = 0; variable
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/mac/
H A Dmacwin.c132 Boolean small_screen = 0; variable
/dports/games/xnethack/xNetHack-xnh6.1/outdated/sys/mac/
H A Dmacwin.c211 Boolean small_screen = 0; variable
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/mac/
H A Dmacwin.c211 Boolean small_screen = 0; variable
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/mac/
H A Dmacwin.c211 Boolean small_screen = 0; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs2087 let small_screen = self.debug_flags.contains(DebugFlags::SMALL_SCREEN); in render_impl() localVariable
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs2150 let small_screen = self.debug_flags.contains(DebugFlags::SMALL_SCREEN); in render_impl() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs2087 let small_screen = self.debug_flags.contains(DebugFlags::SMALL_SCREEN); in render_impl() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Drenderer.rs3641 let small_screen = self.debug_flags.contains(DebugFlags::SMALL_SCREEN); in render_impl() localVariable