Home
last modified time | relevance | path

Searched refs:png_screenshots (Results 1 – 12 of 12) sorted by relevance

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/setup/
H A Ddisplay.c87 int png_screenshots = 1; // [crispy] variable
213 &png_screenshots), in AdvancedDisplayConfig()
270 M_BindIntVariable("png_screenshots", &png_screenshots); in BindDisplayVariables()
H A Ddisplay.h24 extern int png_screenshots;
H A Dmainmenu.c96 png_screenshots = 1; in SensibleDefaults()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/setup/
H A Ddisplay.c82 int png_screenshots = 0; variable
208 &png_screenshots), in AdvancedDisplayConfig()
265 M_BindIntVariable("png_screenshots", &png_screenshots); in BindDisplayVariables()
H A Ddisplay.h24 extern int png_screenshots;
H A Dmainmenu.c95 png_screenshots = 1; in SensibleDefaults()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dv_video.c843 extern int png_screenshots; in V_ScreenShot()
844 if (png_screenshots) in V_ScreenShot()
867 if (png_screenshots) in V_ScreenShot()
879 if (png_screenshots) in V_ScreenShot()
H A Di_video.c97 int png_screenshots = 0; variable
1454 M_BindIntVariable("png_screenshots", &png_screenshots); in I_BindVideoVariables()
H A Dm_config.c826 CONFIG_VARIABLE_INT(png_screenshots),
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dv_video.c1128 extern int png_screenshots; in V_ScreenShot()
1129 if (png_screenshots) in V_ScreenShot()
1152 if (png_screenshots) in V_ScreenShot()
1164 if (png_screenshots) in V_ScreenShot()
H A Di_video.c120 int png_screenshots = 1; // [crispy] variable
1924 M_BindIntVariable("png_screenshots", &png_screenshots); in I_BindVideoVariables()
H A Dm_config.c881 CONFIG_VARIABLE_INT(png_screenshots),