Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhud.cpp251 …de(false), pop_up(false), disabled_views(0), only_render_in_chase_view(false), custom_gauge(false), in HudGauge()
276 disabled_views(_disabled_views), only_render_in_chase_view(false), custom_gauge(false), textoffset_… in HudGauge()
312 … | VM_WARP_CHASE | VM_PADLOCK_ANY), only_render_in_chase_view(false), custom_gauge(true), textoffs… in HudGauge()
404 if(!custom_gauge) { in updateCustomGaugeCoords()
414 if(!custom_gauge) { in updateCustomGaugeFrame()
427 if(!custom_gauge) { in updateCustomGaugeText()
436 if(!custom_gauge) { in updateCustomGaugeText()
657 if(!custom_gauge) { in render()
1059 if(custom_gauge) { in pageIn()
H A Dhud.h240 bool custom_gauge; variable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhud.cpp294 …off_by_default(false), sexp_override(false), pop_up(false), disabled_views(0), custom_gauge(false), in HudGauge()
319 disabled_views(_disabled_views), custom_gauge(false), textoffset_x(0), textoffset_y(0), texture_tar… in HudGauge()
355 disabled_views(VM_EXTERNAL | VM_DEAD_VIEW | VM_WARP_CHASE | VM_PADLOCK_ANY), custom_gauge(true), te… in HudGauge()
447 if(!custom_gauge) { in updateCustomGaugeCoords()
457 if(!custom_gauge) { in updateCustomGaugeFrame()
470 if(!custom_gauge) { in updateCustomGaugeText()
479 if(!custom_gauge) { in updateCustomGaugeText()
690 if(!custom_gauge) { in render()
1086 if(custom_gauge) { in pageIn()
H A Dhud.h228 bool custom_gauge; variable