Home
last modified time | relevance | path

Searched refs:Offscreen_tri_height (Results 1 – 6 of 6) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.h525 float Offscreen_tri_height; variable
H A Dhudtarget.cpp61 float Offscreen_tri_height[GR_NUM_RESOLUTIONS] = { variable
6241 Offscreen_tri_height = length; in initTriHeight()
6495 x2 = x3 = x5 = x6 = x1 - Offscreen_tri_height; in renderOffscreenIndicator()
6508 x2 = x3 = x5 = x6 = x1 + Offscreen_tri_height; in renderOffscreenIndicator()
6521 y2 = y3 = y5 = y6 = y1 + Offscreen_tri_height; in renderOffscreenIndicator()
6534 y2 = y3 = y5 = y6 = y1 - Offscreen_tri_height; in renderOffscreenIndicator()
H A Dhudparse.cpp4687 float Offscreen_tri_height; in load_gauge_offscreen() local
4693 Offscreen_tri_height = 7.0f; in load_gauge_offscreen()
4698 Offscreen_tri_height = 11.0f; in load_gauge_offscreen()
4706 hud_gauge->initTriHeight(Offscreen_tri_height); in load_gauge_offscreen()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.h546 float Offscreen_tri_height; variable
H A Dhudparse.cpp4582 float Offscreen_tri_height; in load_gauge_offscreen() local
4591 Offscreen_tri_height = 7.0f; in load_gauge_offscreen()
4596 Offscreen_tri_height = 11.0f; in load_gauge_offscreen()
4604 hud_gauge->initTriHeight(Offscreen_tri_height); in load_gauge_offscreen()
H A Dhudtarget.cpp58 float Offscreen_tri_height[GR_NUM_RESOLUTIONS] = { variable
6283 Offscreen_tri_height = length; in initTriHeight()
6541 x2 = x3 = x5 = x6 = x1 - Offscreen_tri_height; in renderOffscreenIndicator()
6554 x2 = x3 = x5 = x6 = x1 + Offscreen_tri_height; in renderOffscreenIndicator()
6567 y2 = y3 = y5 = y6 = y1 + Offscreen_tri_height; in renderOffscreenIndicator()
6580 y2 = y3 = y5 = y6 = y1 - Offscreen_tri_height; in renderOffscreenIndicator()