Home
last modified time | relevance | path

Searched refs:fps_show (Results 1 – 14 of 14) sorted by relevance

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_int_config_comp.c46 int fps_show; member
122 cfdata->fps_show = conf->fps_show; in _create_data()
369 ob = e_widget_check_add(evas, _("Show Framerate"), &(cfdata->fps_show)); in _advanced_create_widgets()
419 (cfdata->fps_show != conf->fps_show) || in _advanced_apply_data()
439 conf->fps_show = cfdata->fps_show; in _advanced_apply_data()
573 (cfdata->fps_show != conf->fps_show) || in _basic_apply_data()
592 conf->fps_show = cfdata->fps_show; in _basic_apply_data()
H A De_comp_cfdata.h19 unsigned char fps_show; member
H A De_comp_cfdata.c42 E_CONFIG_VAL(D, T, fps_show, UCHAR); in e_comp_cfdata_edd_init()
79 cfg->fps_show = 0; in e_comp_cfdata_config_new()
H A De_comp_canvas.c764 conf->fps_show = !conf->fps_show; in e_comp_canvas_fps_toggle()
H A De_comp.c190 if (conf->fps_show) in _e_comp_fps_update()
398 if (conf->fps_show) in _e_comp_cb_update()
/dports/games/naev/naev-0.7.0/src/
H A Dconf.h104 int fps_show; /**< Whether or not FPS should be shown */ member
H A Dconf.c267 conf.fps_show = SHOW_FPS_DEFAULT; in conf_setVideoDefaults()
373 conf_loadBool("showfps",conf.fps_show); in conf_loadConfig()
965 conf_saveBool("showfps",conf.fps_show); in conf_saveConfig()
H A Doptions.c1200 "chkFPS", "Show FPS", NULL, conf.fps_show ); in opt_video()
1440 conf.fps_show = window_checkboxState( wid, "chkFPS" ); in opt_videoSave()
H A Dnaev.c1105 if (conf.fps_show) { in display_fps()
/dports/games/retroarch/RetroArch-1.9.7/gfx/
H A Dgfx_widgets.c1615 bool fps_show = video_info->fps_show; in gfx_widgets_frame() local
1723 if ( fps_show in gfx_widgets_frame()
1783 (fps_show in gfx_widgets_frame()
1799 (fps_show ? p_dispwidget->simple_widget_height : 0), in gfx_widgets_frame()
1813 (fps_show ? p_dispwidget->simple_widget_height : 0), in gfx_widgets_frame()
1828 (fps_show ? p_dispwidget->simple_widget_height : 0), in gfx_widgets_frame()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dgx_gfx.c1617 bool fps_show = video_info->fps_show; in gx_frame() local
1726 if (fps_show) in gx_frame()
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.h1225 bool fps_show; member
H A Dretroarch.cfg125 # fps_show = false
130 # Display total number of frames rendered. (only displays if fps_show is enabled)
H A Dretroarch.c32016 if (video_info.fps_show) in video_driver_frame()
32081 if (video_info.fps_show) in video_driver_frame()
32309 if ( ( video_info.fps_show in video_driver_frame()
32489 video_info->fps_show = settings->bools.video_fps_show; in video_driver_build_info()