Home
last modified time | relevance | path

Searched refs:CleanWidth_1 (Results 1 – 7 of 7) sorted by relevance

/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dsdlvideo.cpp149 CleanWidth_1 = width / CleanXfac_1; in V_DoModeSetup()
156 CleanWidth_1 = CleanWidth; in V_DoModeSetup()
H A Dv_video.h44 extern int CleanWidth_1, CleanHeight_1, CleanXfac_1, CleanYfac_1;
H A Dv_draw.cpp86 int CleanXfac_1, CleanYfac_1, CleanWidth_1, CleanHeight_1; variable
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dv_video.h45 extern int CleanWidth_1, CleanHeight_1, CleanXfac_1, CleanYfac_1;
H A Dv_video.cpp1368 CleanWidth_1 = width / CleanXfac_1; in V_DoModeSetup()
1375 CleanWidth_1 = CleanWidth; in V_DoModeSetup()
H A Dv_draw.cpp73 int CleanXfac_1, CleanYfac_1, CleanWidth_1, CleanHeight_1; variable
/dports/games/zdoom/zdoom-2.8.1/src/menu/
H A Doptionmenu.cpp421 if (indent + 40 <= CleanWidth_1) in Drawer()