Home
last modified time | relevance | path

Searched refs:half_gauge_length (Results 1 – 2 of 2) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.cpp6336 float half_gauge_length; in calculatePosition() local
6367 half_gauge_length = *half_triangle_sep + Offscreen_tri_base; in calculatePosition()
6422 if ( ypos < (half_gauge_length - gr_screen.clip_top_unscaled) ) in calculatePosition()
6423 ypos = half_gauge_length; in calculatePosition()
6426 ypos = gr_screen.clip_bottom_unscaled - half_gauge_length; in calculatePosition()
6433 ypos = half_gauge_length; in calculatePosition()
6436 ypos = gr_screen.clip_bottom_unscaled - half_gauge_length; in calculatePosition()
6443 xpos = half_gauge_length; in calculatePosition()
6446 xpos = gr_screen.clip_right_unscaled - half_gauge_length; in calculatePosition()
6453 xpos = half_gauge_length; in calculatePosition()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.cpp6294 float half_gauge_length; in calculatePosition() local
6325 half_gauge_length = *half_triangle_sep + Offscreen_tri_base; in calculatePosition()
6378 if ( ypos < (half_gauge_length - gr_screen.clip_top_unscaled) ) in calculatePosition()
6379 ypos = half_gauge_length; in calculatePosition()
6382 ypos = gr_screen.clip_bottom_unscaled - half_gauge_length; in calculatePosition()
6389 ypos = half_gauge_length; in calculatePosition()
6392 ypos = gr_screen.clip_bottom_unscaled - half_gauge_length; in calculatePosition()
6399 xpos = half_gauge_length; in calculatePosition()
6402 xpos = gr_screen.clip_right_unscaled - half_gauge_length; in calculatePosition()
6409 xpos = half_gauge_length; in calculatePosition()
[all …]