/dports/games/edge/Edge-1.35-source/src/ |
H A D | m_menu.h | 84 void M_DrawThermo(int x, int y, int thermWidth, int thermDot, int div);
|
H A D | m_menu.cc | 1385 void M_DrawThermo(int x, int y, int thermWidth, int thermDot, int div) in M_DrawThermo() argument 1395 for (i=0, x += step; i < thermWidth; i++, x += step) in M_DrawThermo()
|
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/ |
H A D | m_menu.c | 237 static void M_DrawThermo(int x,int y,int thermWidth,int thermDot); 1893 int thermWidth, in M_DrawThermo() argument 1908 for (i=0;i<thermWidth;i++) in M_DrawThermo() 1919 if (thermDot >= thermWidth) in M_DrawThermo() 1921 thermDot = thermWidth - 1; in M_DrawThermo()
|
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/ |
H A D | m_menu.c | 211 void M_DrawThermo(int x,int y,int thermWidth,int thermDot); 1423 int thermWidth, in M_DrawThermo() argument 1434 for (i=0;i<thermWidth;i++) in M_DrawThermo()
|
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/ |
H A D | m_menu.c | 217 void M_DrawThermo(int x,int y,int thermWidth,int thermDot); 1195 int thermWidth, in M_DrawThermo() argument 1204 for (i=0;i<thermWidth;i++) in M_DrawThermo()
|
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/ |
H A D | m_menu.c | 206 void M_DrawThermo(int x,int y,int thermWidth,int thermDot); 1417 int thermWidth, in M_DrawThermo() argument 1428 for (i=0;i<thermWidth;i++) in M_DrawThermo()
|
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/ |
H A D | m_menu.c | 262 void M_DrawThermo(int x,int y,int thermWidth,int thermDot); 5209 void M_DrawThermo(int x,int y,int thermWidth,int thermDot ) in M_DrawThermo() argument 5222 thermWidth = (thermWidth > 200) ? 200 : thermWidth; //Clamp to 200 max in M_DrawThermo() 5223 horizScaler = (thermWidth > 23) ? (200 / thermWidth) : 8; //Dynamic range in M_DrawThermo() 5227 for (i=0;i<thermWidth;i++) in M_DrawThermo()
|
/dports/games/prboom/prboom-2.5.0/src/ |
H A D | m_menu.c | 253 void M_DrawThermo(int x,int y,int thermWidth,int thermDot); 5347 void M_DrawThermo(int x,int y,int thermWidth,int thermDot ) in M_DrawThermo() argument 5360 thermWidth = (thermWidth > 200) ? 200 : thermWidth; //Clamp to 200 max in M_DrawThermo() 5361 horizScaler = (thermWidth > 23) ? (200 / thermWidth) : 8; //Dynamic range in M_DrawThermo() 5365 for (i=0;i<thermWidth;i++) in M_DrawThermo()
|
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/ |
H A D | m_menu.c | 262 void M_DrawThermo(int x,int y,int thermWidth,int thermDot); 5796 void M_DrawThermo(int x,int y,int thermWidth,int thermDot ) in M_DrawThermo() argument 5809 thermWidth = (thermWidth > 200) ? 200 : thermWidth; //Clamp to 200 max in M_DrawThermo() 5810 horizScaler = (thermWidth > 23) ? (200 / thermWidth) : 8; //Dynamic range in M_DrawThermo() 5814 for (i=0;i<thermWidth;i++) in M_DrawThermo()
|