Home
last modified time | relevance | path

Searched refs:fullscreen_height (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()
1174 h = fullscreen_height; in SetVideoMode()
1445 M_BindIntVariable("fullscreen_height", &fullscreen_height); in I_BindVideoVariables()
H A Dm_config.c769 CONFIG_VARIABLE_INT(fullscreen_height),
/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
263 M_BindIntVariable("fullscreen_height", &fullscreen_height); 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
258 M_BindIntVariable("fullscreen_height", &fullscreen_height); in BindDisplayVariables()
/dports/graphics/gource/gource-0.51/src/core/
H A Ddisplay.cpp292 int fullscreen_height = desktop_height; in getFullscreenResolution() local
297 float aspect_ratio = fullscreen_width / (float) fullscreen_height; in getFullscreenResolution()
306 if(modes[i]->h == fullscreen_height && (modes[i]->w/(float)modes[i]->h) < 2.5) { in getFullscreenResolution()
315 height = fullscreen_height; in getFullscreenResolution()
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Ddisplay.cpp292 int fullscreen_height = desktop_height; in getFullscreenResolution() local
297 float aspect_ratio = fullscreen_width / (float) fullscreen_height; in getFullscreenResolution()
306 if(modes[i]->h == fullscreen_height && (modes[i]->w/(float)modes[i]->h) < 2.5) { in getFullscreenResolution()
315 height = fullscreen_height; in getFullscreenResolution()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/views/
H A Dapp_list_view.cc1015 const int fullscreen_height = GetFullscreenStateHeight(); in EndDrag() local
1020 app_list_height = fullscreen_height; in EndDrag()
1023 app_list_height = std::min(fullscreen_height, kHalfAppListHeight); in EndDrag()
1903 const int fullscreen_height = GetFullscreenStateHeight(); in GetAppListTransitionProgress() local
1905 std::min(fullscreen_height, in GetAppListTransitionProgress()
1914 if (baseline_height == fullscreen_height && in GetAppListTransitionProgress()
1915 current_height >= fullscreen_height) { in GetAppListTransitionProgress()
1935 fullscreen_height - baseline_height; in GetAppListTransitionProgress()
2242 const int fullscreen_height = work_area_bounds.y() - display.bounds().y(); in GetPreferredWidgetYForState() local
2247 return fullscreen_height; in GetPreferredWidgetYForState()
[all …]
/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/
H A Dvideowin.c97 int fullscreen_height; member
408 vwin->output_height = vwin->fullscreen_height; in video_window_adapt_size()
410 vwin->visible_height = vwin->fullscreen_height; in video_window_adapt_size()
475 hint.height = vwin->fullscreen_height; in video_window_adapt_size()
607 vwin->fullscreen_height = hint.height; in video_window_adapt_size()
640 vwin->fullscreen_height = hint.height; in video_window_adapt_size()
656 hint.height = vwin->fullscreen_height; in video_window_adapt_size()
668 vwin->visible_height = vwin->fullscreen_height; in video_window_adapt_size()
1597 vwin->fullscreen_height = screeninfo[0].height; in video_window_init()
1695 vwin->xinerama_fullscreen_height = vwin->fullscreen_height; in video_window_init()
[all …]
/dports/games/mirrormagic/mirrormagic-2.0.2/src/libgame/
H A Dsdl.c34 static int fullscreen_height; variable
66 fullscreen_height = video.height; in SDLInitVideoBuffer()
76 fullscreen_height = screen_xy[i][1]; in SDLInitVideoBuffer()
82 fullscreen_yoffset = (fullscreen_height - video.height) / 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()
1336 h = fullscreen_height; in SetVideoMode()
1915 M_BindIntVariable("fullscreen_height", &fullscreen_height); in I_BindVideoVariables()
H A Dm_config.c824 CONFIG_VARIABLE_INT(fullscreen_height),
/dports/games/zangband/zangband/src/
H A Dmain-ros.c5213 fullscreen_height = zfh.h; in cache_zapfontHR()
5229 fullscreen_height = zfh.h * 2; in cache_zapfontHR()
5282 fullscreen_height = src->h; in cache_fs_fontHR()
5294 fullscreen_height = src->h * 2; in cache_fs_fontHR()
5334 fullscreen_height = src->h; in cache_fs_fontLR()
5563 for (j = 0; j < fullscreen_height; j++) in fs_writechars()
5591 for (j = 0; j < fullscreen_height; j++) in fs_writechar()
5606 GFX_DrawBy(0, -(fullscreen_height * 2 - 2)); in draw_cursorHR()
5608 GFX_DrawBy(0, fullscreen_height * 2 - 2); in draw_cursorHR()
5617 GFX_DrawBy(0, -(fullscreen_height * 4 - 4)); in draw_cursorLR()
[all …]
/dports/emulators/hugo/hugo-2.12/
H A Dgtk_main.c204 option.fullscreen_height = atoi(gtk_entry_get_text(temp_entry)); in gtk_general_settings_grab()
327 if (option.fullscreen_height == 0) in gtk_general_settings_set()
330 sprintf(temp_string, "%d", option.fullscreen_height); in gtk_general_settings_set()
H A Diniconfig.c759 option.fullscreen_height = in parse_INIfile_raw()
763 option.fullscreen_height); in parse_INIfile_raw()
972 set_config_var_int ("main", "fullscreen_height", option.fullscreen_height); in save_config()
H A Dosd_sdl_gfx.c250 … option.want_fullscreen ? option.fullscreen_height : 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 Dpce.h258 UInt16 fullscreen_height; member
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/libgame/
H A Dsdl.c32 static int fullscreen_height; variable
54 fullscreen_height = fullscreen_mode->height; in setFullscreenParameters()
57 fullscreen_yoffset = (fullscreen_height - video.height) / 2; in setFullscreenParameters()
125 fullscreen_height = video.height; in SDLInitVideoBuffer()
134 fullscreen_height = screen_xy[i][1]; in SDLInitVideoBuffer()
141 fullscreen_yoffset = (fullscreen_height - video.height) / 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.c32 static int fullscreen_height; variable
54 fullscreen_height = fullscreen_mode->height; in setFullscreenParameters()
57 fullscreen_yoffset = (fullscreen_height - video.height) / 2; in setFullscreenParameters()
125 fullscreen_height = video.height; in SDLInitVideoBuffer()
134 fullscreen_height = screen_xy[i][1]; in SDLInitVideoBuffer()
141 fullscreen_yoffset = (fullscreen_height - video.height) / 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.c32 static int fullscreen_height; variable
54 fullscreen_height = fullscreen_mode->height; in setFullscreenParameters()
57 fullscreen_yoffset = (fullscreen_height - video.height) / 2; in setFullscreenParameters()
125 fullscreen_height = video.height; in SDLInitVideoBuffer()
134 fullscreen_height = screen_xy[i][1]; in SDLInitVideoBuffer()
141 fullscreen_yoffset = (fullscreen_height - video.height) / 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.c32 static int fullscreen_height; variable
54 fullscreen_height = fullscreen_mode->height; in setFullscreenParameters()
57 fullscreen_yoffset = (fullscreen_height - video.height) / 2; in setFullscreenParameters()
125 fullscreen_height = video.height; in SDLInitVideoBuffer()
134 fullscreen_height = screen_xy[i][1]; in SDLInitVideoBuffer()
141 fullscreen_yoffset = (fullscreen_height - video.height) / 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 …een_crt_output, bool filter_enable, uint16_t fullscreen_width = 0, uint16_t fullscreen_height = 0);
244 uint16_t fullscreen_height; variable
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/config/
H A DConfig.h37 int32_t fullscreen_height; member
H A DConfig.cpp162 model->fullscreen_height = reader->GetInt32("fullscreen_height", -1); in ReadGeneral()
248 writer->WriteInt32("fullscreen_height", model->fullscreen_height); in WriteGeneral()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/
H A DUiContext.cpp189 …solution = GetClosestResolution(gConfigGeneral.fullscreen_width, gConfigGeneral.fullscreen_height); in SetFullscreenMode()
836 …tions.empty() && (gConfigGeneral.fullscreen_width == -1 || gConfigGeneral.fullscreen_height == -1)) in UpdateFullscreenResolutions()
839 gConfigGeneral.fullscreen_height = resolutions.back().Height; in UpdateFullscreenResolutions()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DOptions.cpp878 && resolution.Height == gConfigGeneral.fullscreen_height) in DisplayMouseDown()
963 || resolution.Height != gConfigGeneral.fullscreen_height) in DisplayDropdown()
966 gConfigGeneral.fullscreen_height = resolution.Height; in DisplayDropdown()
1020 ft.Add<uint16_t>(static_cast<uint16_t>(gConfigGeneral.fullscreen_height)); in DisplayPrepareDraw()

12