Home
last modified time | relevance | path

Searched refs:initHalfSize (Results 1 – 11 of 11) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhud.h516 void initHalfSize(int w, int h);
H A Dhudtarget.h545 void initHalfSize(float w, float h);
H A Dhudparse.cpp4973 hud_gauge->initHalfSize(Lead_indicator_half[0], Lead_indicator_half[1]); in load_gauge_lead()
5139 hud_gauge->initHalfSize(Marker_half[0], Marker_half[1]); in load_gauge_flight_path()
H A Dhud.cpp3938 void HudGaugeFlightPath::initHalfSize(int w, int h) in initHalfSize() function in HudGaugeFlightPath
H A Dhudtarget.cpp3804 void HudGaugeLeadIndicator::initHalfSize(float w, float h) in initHalfSize() function in HudGaugeLeadIndicator
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhud.h548 void initHalfSize(int w, int h);
H A Dhudtarget.h566 void initHalfSize(float w, float h);
H A Dhudparse.cpp4826 hud_gauge->initHalfSize(Lead_indicator_half[0], Lead_indicator_half[1]); in load_gauge_lead()
4955 hud_gauge->initHalfSize(Marker_half[0], Marker_half[1]); in load_gauge_flight_path()
H A Dhud.cpp3989 void HudGaugeFlightPath::initHalfSize(int w, int h) in initHalfSize() function in HudGaugeFlightPath
H A Dhudtarget.cpp3771 void HudGaugeLeadIndicator::initHalfSize(float w, float h) in initHalfSize() function in HudGaugeLeadIndicator
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/patches/
H A Dcolonial_hud.patch707 +void HudGaugeFlightPath::initHalfSize(int w, int h)
792 + void initHalfSize(int w, int h);
1501 + hud_gauge->initHalfSize(Marker_half[0], Marker_half[1]);