Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhud.h249 … int b, char* _custom_name, char* _custom_text, char* frame_fname, int txtoffset_x, int txtoffset_…
H A Dhud.cpp352 … int b, char* _custom_name, char* _custom_text, char* frame_fname, int txtoffset_x, int txtoffset_… in HudGauge() argument
355 …AL | VM_DEAD_VIEW | VM_WARP_CHASE | VM_PADLOCK_ANY), custom_gauge(true), textoffset_x(txtoffset_x), in HudGauge()
H A Dhudparse.cpp1256 int txtoffset_x = 0, txtoffset_y = 0; in load_gauge_custom() local
1336 stuff_int(&txtoffset_x); in load_gauge_custom()
1365 …HudGauge* hud_gauge = new HudGauge(gauge_type, slew, r, g, b, name, text, filename, txtoffset_x, t… in load_gauge_custom()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhud.h261 … int b, char* _custom_name, char* _custom_text, char* frame_fname, int txtoffset_x, int txtoffset_…
H A Dhudparse.cpp1386 int txtoffset_x = 0, txtoffset_y = 0; in load_gauge_custom() local
1485 stuff_int(&txtoffset_x); in load_gauge_custom()
1521 …new HudGauge(gauge_type, settings->slew, r, g, b, name, text, filename, txtoffset_x, txtoffset_y)); in load_gauge_custom()
H A Dhud.cpp309 … int b, char* _custom_name, char* _custom_text, char* frame_fname, int txtoffset_x, int txtoffset_… in HudGauge() argument
312 …| VM_PADLOCK_ANY), only_render_in_chase_view(false), custom_gauge(true), textoffset_x(txtoffset_x), in HudGauge()