Home
last modified time | relevance | path

Searched refs:HudGaugeWeaponList (Results 1 – 5 of 5) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.h349 class HudGaugeWeaponList: public HudGauge
370 HudGaugeWeaponList(int gauge_object);
388 class HudGaugePrimaryWeapons: public HudGaugeWeaponList
403 class HudGaugeSecondaryWeapons: public HudGaugeWeaponList
H A Dhudtarget.cpp6702 HudGaugeWeaponList::HudGaugeWeaponList(int gauge_object): in HudGaugeWeaponList() function in HudGaugeWeaponList
6736 void HudGaugeWeaponList::initBgLastOffsetX(int x) in initBgLastOffsetX()
6741 void HudGaugeWeaponList::initBgLastOffsetY(int y) in initBgLastOffsetY()
6746 void HudGaugeWeaponList::initBgFirstHeight(int h) in initBgFirstHeight()
6751 void HudGaugeWeaponList::initBgEntryHeight(int h) in initBgEntryHeight()
6767 void HudGaugeWeaponList::initEntryStartY(int y) in initEntryStartY()
6772 void HudGaugeWeaponList::initEntryHeight(int h) in initEntryHeight()
6777 void HudGaugeWeaponList::pageIn() in pageIn()
6812 void HudGaugeWeaponList::render(float frametime) in render()
6818 HudGaugeWeaponList(HUD_OBJECT_PRIMARY_WEAPONS) in HudGaugePrimaryWeapons()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.h368 class HudGaugeWeaponList: public HudGauge
390 HudGaugeWeaponList(int gauge_object);
409 class HudGaugePrimaryWeapons: public HudGaugeWeaponList
424 class HudGaugeSecondaryWeapons: public HudGaugeWeaponList
H A Dhudtarget.cpp6746 HudGaugeWeaponList::HudGaugeWeaponList(int _gauge_object): in HudGaugeWeaponList() function in HudGaugeWeaponList
6752 void HudGaugeWeaponList::initLinkIcon() { in initLinkIcon()
6791 void HudGaugeWeaponList::initBgLastOffsetX(int x) in initBgLastOffsetX()
6796 void HudGaugeWeaponList::initBgLastOffsetY(int y) in initBgLastOffsetY()
6801 void HudGaugeWeaponList::initBgFirstHeight(int h) in initBgFirstHeight()
6806 void HudGaugeWeaponList::initBgEntryHeight(int h) in initBgEntryHeight()
6822 void HudGaugeWeaponList::initEntryStartY(int y) in initEntryStartY()
6827 void HudGaugeWeaponList::initEntryHeight(int h) in initEntryHeight()
6832 void HudGaugeWeaponList::pageIn() in pageIn()
6873 HudGaugeWeaponList(HUD_OBJECT_PRIMARY_WEAPONS) in HudGaugePrimaryWeapons()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/patches/
H A Dcolonial_hud.patch2827 +HudGaugeWeaponList::HudGaugeWeaponList(int gauge_object):
2861 +void HudGaugeWeaponList::initBgLastOffsetX(int x)
2866 +void HudGaugeWeaponList::initBgLastOffsetY(int y)
2892 +void HudGaugeWeaponList::initEntryStartY(int y)
2897 +void HudGaugeWeaponList::initEntryHeight(int h)
2902 +void HudGaugeWeaponList::pageIn()
2937 +void HudGaugeWeaponList::render(float frametime)
2943 +HudGaugeWeaponList(HUD_OBJECT_PRIMARY_WEAPONS)
3052 +HudGaugeWeaponList(HUD_OBJECT_SECONDARY_WEAPONS)
3458 +class HudGaugeWeaponList: public HudGauge
[all …]