Home
last modified time | relevance | path

Searched refs:half_triangle_sep (Results 1 – 4 of 4) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.h533 …ePosition(vertex* target_point, vec3d *tpos, vec2d *outcoords, int *dir, float *half_triangle_sep);
534 …void renderOffscreenIndicator(vec2d *coords, int dir, float distance, float half_triangle_sep, boo…
H A Dhudtarget.cpp6259 float half_triangle_sep; in render() local
6324 *half_triangle_sep = 0.5f * triangle_sep; in calculatePosition()
6325 half_gauge_length = *half_triangle_sep + Offscreen_tri_base; in calculatePosition()
6496 y1 = y2 = ypos - half_triangle_sep; in renderOffscreenIndicator()
6499 y4 = y5 = ypos + half_triangle_sep; in renderOffscreenIndicator()
6509 y1 = y2 = ypos - half_triangle_sep; in renderOffscreenIndicator()
6512 y4 = y5 = ypos + half_triangle_sep; in renderOffscreenIndicator()
6522 x1 = x2 = xpos - half_triangle_sep; in renderOffscreenIndicator()
6525 x4 = x5 = xpos + half_triangle_sep; in renderOffscreenIndicator()
6535 x1 = x2 = xpos - half_triangle_sep; in renderOffscreenIndicator()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.h554 …ePosition(vertex* target_point, vec3d *tpos, vec2d *outcoords, int *dir, float *half_triangle_sep);
555 …void renderOffscreenIndicator(vec2d *coords, int dir, float distance, float half_triangle_sep, boo…
H A Dhudtarget.cpp6301 float half_triangle_sep; in render() local
6366 *half_triangle_sep = 0.5f * triangle_sep; in calculatePosition()
6367 half_gauge_length = *half_triangle_sep + Offscreen_tri_base; in calculatePosition()
6542 y1 = y2 = ypos - half_triangle_sep; in renderOffscreenIndicator()
6545 y4 = y5 = ypos + half_triangle_sep; in renderOffscreenIndicator()
6555 y1 = y2 = ypos - half_triangle_sep; in renderOffscreenIndicator()
6558 y4 = y5 = ypos + half_triangle_sep; in renderOffscreenIndicator()
6568 x1 = x2 = xpos - half_triangle_sep; in renderOffscreenIndicator()
6571 x4 = x5 = xpos + half_triangle_sep; in renderOffscreenIndicator()
6581 x1 = x2 = xpos - half_triangle_sep; in renderOffscreenIndicator()
[all …]