Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.h206 class HudGaugeAutoSpeed: public HudGauge
219 HudGaugeAutoSpeed();
H A Dhudtarget.cpp4775 HudGaugeAutoSpeed::HudGaugeAutoSpeed(): in HudGaugeAutoSpeed() function in HudGaugeAutoSpeed
4780 void HudGaugeAutoSpeed::initAutoTextOffsets(int x, int y) in initAutoTextOffsets()
4786 void HudGaugeAutoSpeed::initSpeedTextOffsets(int x, int y) in initSpeedTextOffsets()
4792 void HudGaugeAutoSpeed::initBitmaps(char *fname) in initBitmaps()
4800 void HudGaugeAutoSpeed::initOnColor(int r, int g, int b, int a) in initOnColor()
4812 void HudGaugeAutoSpeed::initOffColor(int r, int g, int b, int a) in initOffColor()
4824 void HudGaugeAutoSpeed::render(float frametime) in render()
4855 void HudGaugeAutoSpeed::pageIn() in pageIn()
H A Dhudparse.cpp3883HudGaugeAutoSpeed* hud_gauge = gauge_load_common<HudGaugeAutoSpeed>(base_w, base_h, hud_font, scal… in load_gauge_auto_speed()
3911 HudGaugeAutoSpeed* instance = new HudGaugeAutoSpeed(); in load_gauge_auto_speed()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.h223 class HudGaugeAutoSpeed: public HudGauge
236 HudGaugeAutoSpeed();
H A Dhudtarget.cpp4759 HudGaugeAutoSpeed::HudGaugeAutoSpeed(): in HudGaugeAutoSpeed() function in HudGaugeAutoSpeed
4764 void HudGaugeAutoSpeed::initAutoTextOffsets(int x, int y) in initAutoTextOffsets()
4770 void HudGaugeAutoSpeed::initSpeedTextOffsets(int x, int y) in initSpeedTextOffsets()
4776 void HudGaugeAutoSpeed::initBitmaps(char *fname) in initBitmaps()
4784 void HudGaugeAutoSpeed::initOnColor(int r, int g, int b, int a) in initOnColor()
4796 void HudGaugeAutoSpeed::initOffColor(int r, int g, int b, int a) in initOffColor()
4808 void HudGaugeAutoSpeed::render(float /*frametime*/) in render()
4839 void HudGaugeAutoSpeed::pageIn() in pageIn()
H A Dhudparse.cpp3862 auto hud_gauge = gauge_load_common<HudGaugeAutoSpeed>(settings); in load_gauge_auto_speed()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/patches/
H A Dcolonial_hud.patch1332 HudGaugeAutoSpeed* hud_gauge = new HudGaugeAutoSpeed();
2452 +void HudGaugeAutoSpeed::initOnColor(int r, int g, int b, int a)
2464 +void HudGaugeAutoSpeed::initOffColor(int r, int g, int b, int a)
2476 void HudGaugeAutoSpeed::render(float frametime)
3418 HudGaugeAutoSpeed();