Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhud.h231 int textoffset_x, textoffset_y; variable
H A Dhud.cpp319 disabled_views(_disabled_views), custom_gauge(false), textoffset_x(0), textoffset_y(0), texture_tar… in HudGauge()
355 …AL | VM_DEAD_VIEW | VM_WARP_CHASE | VM_PADLOCK_ANY), custom_gauge(true), textoffset_x(txtoffset_x), in HudGauge()
701 renderString(position[0] + textoffset_x, position[1] + textoffset_y, text); in render()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhud.h243 int textoffset_x, textoffset_y; variable
H A Dhud.cpp276 …sabled_views), only_render_in_chase_view(false), custom_gauge(false), textoffset_x(0), textoffset_… in HudGauge()
312 …| VM_PADLOCK_ANY), only_render_in_chase_view(false), custom_gauge(true), textoffset_x(txtoffset_x), in HudGauge()
668 renderString(position[0] + textoffset_x, position[1] + textoffset_y, text); in render()