Home
last modified time | relevance | path

Searched refs:fullscreen_width (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Di_video.c118 int fullscreen_width = 0, fullscreen_height = 0; variable
385 if (fullscreen_width != 0 || fullscreen_height != 0) in I_ToggleFullScreen()
1164 if (fullscreen_width == 0 && fullscreen_height == 0) in SetVideoMode()
1173 w = fullscreen_width; in SetVideoMode()
1444 M_BindIntVariable("fullscreen_width", &fullscreen_width); in I_BindVideoVariables()
H A Dm_config.c762 CONFIG_VARIABLE_INT(fullscreen_width),
/dports/emulators/hugo/hugo-2.12/
H A Dosd_sdl_gfx.c249 …if ((physical_screen = SDL_SetVideoMode(option.want_fullscreen ? option.fullscreen_width : fake_io… in osd_gfx_init()
287 …if ((physical_screen = SDL_SetVideoMode(option.want_fullscreen ? option.fullscreen_width : fake_io… in osd_gfx_init()
288 … option.want_fullscreen ? option.fullscreen_width : fake_io_screen_h * option.window_size, in osd_gfx_init()
557 if ((physical_screen = SDL_SetVideoMode(option.fullscreen_width, option.fullscreen_height, in ToggleFullScreen()
H A Dgtk_main.c208 option.fullscreen_width = atoi(gtk_entry_get_text(temp_entry)); in gtk_general_settings_grab()
319 if (option.fullscreen_width == 0) in gtk_general_settings_set()
322 sprintf(temp_string, "%d", option.fullscreen_width); in gtk_general_settings_set()
H A Diniconfig.c755 option.fullscreen_width = get_config_int ("main", "fullscreen_width", 640); in parse_INIfile_raw()
757 Log ("Setting preferred fullscreen width to %d\n", option.fullscreen_width); in parse_INIfile_raw()
971 set_config_var_int ("main", "fullscreen_width", option.fullscreen_width); in save_config()
H A Dpce.h257 UInt16 fullscreen_width; member
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/setup/
H A Ddisplay.c78 static int fullscreen_width = 0, fullscreen_height = 0; variable
262 M_BindIntVariable("fullscreen_width", &fullscreen_width); in BindDisplayVariables()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/setup/
H A Ddisplay.c73 static int fullscreen_width = 0, fullscreen_height = 0; variable
257 M_BindIntVariable("fullscreen_width", &fullscreen_width); in BindDisplayVariables()
/dports/graphics/gource/gource-0.51/src/core/
H A Ddisplay.cpp291 int fullscreen_width = desktop_width; in getFullscreenResolution() local
297 float aspect_ratio = fullscreen_width / (float) fullscreen_height; in getFullscreenResolution()
307 fullscreen_width = modes[i]->w; in getFullscreenResolution()
314 width = fullscreen_width; in getFullscreenResolution()
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Ddisplay.cpp291 int fullscreen_width = desktop_width; in getFullscreenResolution() local
297 float aspect_ratio = fullscreen_width / (float) fullscreen_height; in getFullscreenResolution()
307 fullscreen_width = modes[i]->w; in getFullscreenResolution()
314 width = fullscreen_width; in getFullscreenResolution()
/dports/emulators/fuse/fuse-1.6.0/ui/sdl/
H A Dsdldisplay.c89 static int fullscreen_width = 0; variable
276 fullscreen_width = mw; in uidisplay_init()
399 settings_current.full_screen && fullscreen_width ? fullscreen_width : in sdldisplay_load_gfx_mode()
401 settings_current.full_screen && fullscreen_width ? max_fullscreen_height : in sdldisplay_load_gfx_mode()
/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/
H A Dvideowin.c96 int fullscreen_width; member
407 vwin->output_width = vwin->fullscreen_width; in video_window_adapt_size()
409 vwin->visible_width = vwin->fullscreen_width; in video_window_adapt_size()
474 hint.width = vwin->fullscreen_width; in video_window_adapt_size()
606 vwin->fullscreen_width = hint.width; in video_window_adapt_size()
639 vwin->fullscreen_width = hint.width; in video_window_adapt_size()
655 hint.width = vwin->fullscreen_width; in video_window_adapt_size()
667 vwin->visible_width = vwin->fullscreen_width; in video_window_adapt_size()
1596 vwin->fullscreen_width = screeninfo[0].width; in video_window_init()
1694 vwin->xinerama_fullscreen_width = vwin->fullscreen_width; in video_window_init()
[all …]
/dports/games/mirrormagic/mirrormagic-2.0.2/src/libgame/
H A Dsdl.c33 static int fullscreen_width; variable
65 fullscreen_width = video.width; in SDLInitVideoBuffer()
75 fullscreen_width = screen_xy[i][0]; in SDLInitVideoBuffer()
81 fullscreen_xoffset = (fullscreen_width - video.width) / 2; in SDLInitVideoBuffer()
125 if ((new_surface = SDL_SetVideoMode(fullscreen_width, fullscreen_height, in SDLSetVideoMode()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Di_video.c141 int fullscreen_width = 0, fullscreen_height = 0; variable
412 if (fullscreen_width != 0 || fullscreen_height != 0) in I_ToggleFullScreen()
1326 if (fullscreen_width == 0 && fullscreen_height == 0) in SetVideoMode()
1335 w = fullscreen_width; in SetVideoMode()
1914 M_BindIntVariable("fullscreen_width", &fullscreen_width); in I_BindVideoVariables()
H A Dm_config.c817 CONFIG_VARIABLE_INT(fullscreen_width),
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/libgame/
H A Dsdl.c31 static int fullscreen_width; variable
53 fullscreen_width = fullscreen_mode->width; in setFullscreenParameters()
56 fullscreen_xoffset = (fullscreen_width - video.width) / 2; in setFullscreenParameters()
124 fullscreen_width = video.width; in SDLInitVideoBuffer()
133 fullscreen_width = screen_xy[i][0]; in SDLInitVideoBuffer()
140 fullscreen_xoffset = (fullscreen_width - video.width) / 2; in SDLInitVideoBuffer()
267 if ((new_surface = SDL_SetVideoMode(fullscreen_width, fullscreen_height, in SDLSetVideoMode()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/libgame/
H A Dsdl.c31 static int fullscreen_width; variable
53 fullscreen_width = fullscreen_mode->width; in setFullscreenParameters()
56 fullscreen_xoffset = (fullscreen_width - video.width) / 2; in setFullscreenParameters()
124 fullscreen_width = video.width; in SDLInitVideoBuffer()
133 fullscreen_width = screen_xy[i][0]; in SDLInitVideoBuffer()
140 fullscreen_xoffset = (fullscreen_width - video.width) / 2; in SDLInitVideoBuffer()
267 if ((new_surface = SDL_SetVideoMode(fullscreen_width, fullscreen_height, in SDLSetVideoMode()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/libgame/
H A Dsdl.c31 static int fullscreen_width; variable
53 fullscreen_width = fullscreen_mode->width; in setFullscreenParameters()
56 fullscreen_xoffset = (fullscreen_width - video.width) / 2; in setFullscreenParameters()
124 fullscreen_width = video.width; in SDLInitVideoBuffer()
133 fullscreen_width = screen_xy[i][0]; in SDLInitVideoBuffer()
140 fullscreen_xoffset = (fullscreen_width - video.width) / 2; in SDLInitVideoBuffer()
267 if ((new_surface = SDL_SetVideoMode(fullscreen_width, fullscreen_height, in SDLSetVideoMode()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/libgame/
H A Dsdl.c31 static int fullscreen_width; variable
53 fullscreen_width = fullscreen_mode->width; in setFullscreenParameters()
56 fullscreen_xoffset = (fullscreen_width - video.width) / 2; in setFullscreenParameters()
124 fullscreen_width = video.width; in SDLInitVideoBuffer()
133 fullscreen_width = screen_xy[i][0]; in SDLInitVideoBuffer()
140 fullscreen_xoffset = (fullscreen_width - video.width) / 2; in SDLInitVideoBuffer()
267 if ((new_surface = SDL_SetVideoMode(fullscreen_width, fullscreen_height, in SDLSetVideoMode()
/dports/emulators/emu64/emu64-5.0.19/src/
H A Dc64_class.h85 …lesize, bool enable_screen_crt_output, bool filter_enable, uint16_t fullscreen_width = 0, uint16_t…
243 uint16_t fullscreen_width; variable
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/config/
H A DConfig.h36 int32_t fullscreen_width; member
H A DConfig.cpp163 model->fullscreen_width = reader->GetInt32("fullscreen_width", -1); in ReadGeneral()
249 writer->WriteInt32("fullscreen_width", model->fullscreen_width); in WriteGeneral()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/
H A DUiContext.cpp189 …Resolution resolution = GetClosestResolution(gConfigGeneral.fullscreen_width, gConfigGeneral.fulls… in SetFullscreenMode()
836 …if (!resolutions.empty() && (gConfigGeneral.fullscreen_width == -1 || gConfigGeneral.fullscreen_he… in UpdateFullscreenResolutions()
838 gConfigGeneral.fullscreen_width = resolutions.back().Width; in UpdateFullscreenResolutions()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DOptions.cpp877 if (resolution.Width == gConfigGeneral.fullscreen_width in DisplayMouseDown()
962 if (resolution.Width != gConfigGeneral.fullscreen_width in DisplayDropdown()
965 gConfigGeneral.fullscreen_width = resolution.Width; in DisplayDropdown()
1019 ft.Add<uint16_t>(static_cast<uint16_t>(gConfigGeneral.fullscreen_width)); in DisplayPrepareDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/toolbar/
H A Dapp_menu.cc493 int fullscreen_width = in CalculatePreferredSize() local
499 button_width + ZoomLabelMaxWidth() + button_width + fullscreen_width, in CalculatePreferredSize()

12