Home
last modified time | relevance | path

Searched refs:gfx_size_win (Results 1 – 15 of 15) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/retrodep/
H A Dretroglue.c175 currprefs.gfx_size_win.width = defaultw; in graphics_init()
181 currprefs.gfx_size_win.height = defaulth; in graphics_init()
183 opt_scrw = currprefs.gfx_size_win.width; in graphics_init()
184 opt_scrh = currprefs.gfx_size_win.height; in graphics_init()
192 LOG_MSG2("screen w=%i", currprefs.gfx_size_win.width); in graphics_init()
193 LOG_MSG2("screen h=%i", currprefs.gfx_size_win.height); in graphics_init()
207 gfxvidinfo.width_allocated = currprefs.gfx_size_win.width; in graphics_init()
294 changed_prefs.gfx_size_win.width = defaultw; in check_prefs_changed_gfx()
295 changed_prefs.gfx_size_win.height = defaulth; in check_prefs_changed_gfx()
297 currprefs.gfx_size_win.width = changed_prefs.gfx_size_win.width; in check_prefs_changed_gfx()
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-x11/
H A Dxwin.c838 gfxvidinfo.rowbytes = gfxvidinfo.pixbytes * currprefs.gfx_size_win.width; in graphics_subinit()
932 gfxvidinfo.inwidth = currprefs.gfx_size_win.width; in graphics_init()
933 gfxvidinfo.inheight = currprefs.gfx_size_win.height; in graphics_init()
934 current_width = currprefs.gfx_size_win.width; in graphics_init()
935 current_height = currprefs.gfx_size_win.height; in graphics_init()
1243 if (changed_prefs.gfx_size_win.width != currprefs.gfx_size_win.width in check_prefs_changed_gfx()
1244 || changed_prefs.gfx_size_win.height != currprefs.gfx_size_win.height) in check_prefs_changed_gfx()
1247 if (changed_prefs.gfx_size_win.width == currprefs.gfx_size_win.width in check_prefs_changed_gfx()
1248 && changed_prefs.gfx_size_win.height == currprefs.gfx_size_win.height in check_prefs_changed_gfx()
1257 currprefs.gfx_size_win.width = changed_prefs.gfx_size_win.width; in check_prefs_changed_gfx()
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dconsolehook.c50 p->gfx_size_win.width = 320; in consolehook_config()
51 p->gfx_size_win.height = 256; in consolehook_config()
H A Dcfgfile.c931 cfgfile_write (f, _T("gfx_top_windowed"), _T("%d"), p->gfx_size_win.x); in cfgfile_save_options()
1791 p->gfx_size_win.width = 0; in cfgfile_parse_host()
1792 p->gfx_size_win.height = 0; in cfgfile_parse_host()
1800 p->gfx_size_win.width = 0; in cfgfile_parse_host()
1801 p->gfx_size_win.height = 0; in cfgfile_parse_host()
2114 p->gfx_size_fs.width = p->gfx_size_win.width; in cfgfile_parse_host()
2115 p->gfx_size_fs.height = p->gfx_size_win.height; in cfgfile_parse_host()
3866 p->gfx_size_win.width = p->gfx_size_fs.width = _tstoi (x0); in parse_gfx_specs()
3867 p->gfx_size_win.height = p->gfx_size_fs.height = _tstoi (x1); in parse_gfx_specs()
4761 p->gfx_size_win.width = 720; in default_prefs()
[all …]
H A Dmain.c214 fixup_prefs_dim2 (&prefs->gfx_size_win); in fixup_prefs_dimensions()
H A Ddrawing.c3057 … currprefs.gfx_apmode[0].gfx_fullscreen ? &changed_prefs.gfx_size_fs : &changed_prefs.gfx_size_win; in init_drawing_frame()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dconsolehook.cpp48 p->gfx_size_win.width = 320; in consolehook_config()
49 p->gfx_size_win.height = 256; in consolehook_config()
H A Dcfgfile.cpp1565 cfgfile_write (f, _T("gfx_top_windowed"), _T("%d"), p->gfx_size_win.x); in cfgfile_save_options()
2708 p->gfx_size_win.width = 0; in cfgfile_parse_host()
2709 p->gfx_size_win.height = 0; in cfgfile_parse_host()
2717 p->gfx_size_win.width = 0; in cfgfile_parse_host()
2718 p->gfx_size_win.height = 0; in cfgfile_parse_host()
3012 p->gfx_size_fs.width = p->gfx_size_win.width; in cfgfile_parse_host()
3013 p->gfx_size_fs.height = p->gfx_size_win.height; in cfgfile_parse_host()
5322 p->gfx_size_win.width = p->gfx_size_fs.width = _tstoi (x0); in parse_gfx_specs()
5323 p->gfx_size_win.height = p->gfx_size_fs.height = _tstoi (x1); in parse_gfx_specs()
6193 p->gfx_size_win.width = 720; in default_prefs()
[all …]
H A Dmain.cpp173 fixup_prefs_dim2 (&prefs->gfx_size_win); in fixup_prefs_dimensions()
H A Ddrawing.cpp3211 … currprefs.gfx_apmode[0].gfx_fullscreen ? &changed_prefs.gfx_size_fs : &changed_prefs.gfx_size_win;
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-sdl/
H A Dsdlgfx.c1318 current_width = currprefs.gfx_size_win.width; in graphics_init()
1319 current_height = currprefs.gfx_size_win.height; in graphics_init()
1631 if (changed_prefs.gfx_size_win.width != currprefs.gfx_size_win.width in check_prefs_changed_gfx()
1632 || changed_prefs.gfx_size_win.height != currprefs.gfx_size_win.height in check_prefs_changed_gfx()
1650 currprefs.gfx_size_win.width = changed_prefs.gfx_size_win.width; in check_prefs_changed_gfx()
1651 currprefs.gfx_size_win.height = changed_prefs.gfx_size_win.height; in check_prefs_changed_gfx()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Doptions.h330 struct wh gfx_size_win; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h407 struct wh gfx_size_win; member
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-qt/
H A Dpuae_mainwindow.cpp1836 int gfx_width = workprefs.gfx_size_win.width; in values_from_displaydlg()
1837 int gfx_height = workprefs.gfx_size_win.height; in values_from_displaydlg()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h442 struct wh gfx_size_win; member