Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.h183 class HudGaugeAutoTarget: public HudGauge
196 HudGaugeAutoTarget();
H A Dhudtarget.cpp4689 HudGaugeAutoTarget::HudGaugeAutoTarget(): in HudGaugeAutoTarget() function in HudGaugeAutoTarget
4694 void HudGaugeAutoTarget::initAutoTextOffsets(int x, int y) in initAutoTextOffsets()
4700 void HudGaugeAutoTarget::initTargetTextOffsets(int x, int y) in initTargetTextOffsets()
4706 void HudGaugeAutoTarget::initBitmaps(char *fname) in initBitmaps()
4714 void HudGaugeAutoTarget::initOnColor(int r, int g, int b, int a) in initOnColor()
4726 void HudGaugeAutoTarget::initOffColor(int r, int g, int b, int a) in initOffColor()
4738 void HudGaugeAutoTarget::render(float frametime) in render()
4770 void HudGaugeAutoTarget::pageIn() in pageIn()
H A Dhudparse.cpp3822HudGaugeAutoTarget* hud_gauge = gauge_load_common<HudGaugeAutoTarget>(base_w, base_h, hud_font, sc… in load_gauge_auto_target()
3850 HudGaugeAutoTarget* instance = new HudGaugeAutoTarget(); in load_gauge_auto_target()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.h200 class HudGaugeAutoTarget: public HudGauge
213 HudGaugeAutoTarget();
H A Dhudtarget.cpp4673 HudGaugeAutoTarget::HudGaugeAutoTarget(): in HudGaugeAutoTarget() function in HudGaugeAutoTarget
4678 void HudGaugeAutoTarget::initAutoTextOffsets(int x, int y) in initAutoTextOffsets()
4684 void HudGaugeAutoTarget::initTargetTextOffsets(int x, int y) in initTargetTextOffsets()
4690 void HudGaugeAutoTarget::initBitmaps(char *fname) in initBitmaps()
4698 void HudGaugeAutoTarget::initOnColor(int r, int g, int b, int a) in initOnColor()
4710 void HudGaugeAutoTarget::initOffColor(int r, int g, int b, int a) in initOffColor()
4722 void HudGaugeAutoTarget::render(float /*frametime*/) in render()
4754 void HudGaugeAutoTarget::pageIn() in pageIn()
H A Dhudparse.cpp3804 auto hud_gauge = gauge_load_common<HudGaugeAutoTarget>(settings); in load_gauge_auto_target()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/patches/
H A Dcolonial_hud.patch1299 HudGaugeAutoTarget* hud_gauge = new HudGaugeAutoTarget();
2404 +void HudGaugeAutoTarget::initOnColor(int r, int g, int b, int a)
2416 +void HudGaugeAutoTarget::initOffColor(int r, int g, int b, int a)
2428 void HudGaugeAutoTarget::render(float frametime)
3399 HudGaugeAutoTarget();