Home
last modified time | relevance | path

Searched refs:throttle_h (Results 1 – 7 of 7) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudreticle.cpp347 throttle_h = h; in initThrottleSizes()
451 desired_y_pos = position[1] + Bottom_offset_y - fl2i(throttle_h*desired_speed/max_speed+0.5f) - 1; in render()
471 y_end = position[1] + Bottom_offset_y - fl2i(throttle_h*percent_max+0.5f); in render()
479 desired_y_pos = position[1] + Bottom_offset_y - throttle_aburn_h - throttle_h; in render()
H A Dhudreticle.h61 int throttle_h; // Hud_throttle_h[gr_screen.res] variable
H A Dhudparse.cpp2071 int throttle_h, throttle_w; in load_gauge_throttle() local
2097 throttle_h = 50; in load_gauge_throttle()
2113 throttle_h = 80; in load_gauge_throttle()
2132 throttle_h = 50; in load_gauge_throttle()
2148 throttle_h = 80; in load_gauge_throttle()
2178 stuff_int(&throttle_h); in load_gauge_throttle()
2225 hud_gauge->initThrottleSizes(throttle_w, throttle_h); in load_gauge_throttle()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudreticle.cpp402 throttle_h = h; in initThrottleSizes()
536 …desired_y_pos = position[1] + Bottom_offset_y - (int)std::lround(throttle_h*desired_speed/max_spee… in render()
556 y_end = position[1] + Bottom_offset_y - (int)std::lround(throttle_h*percent_max); in render()
564 desired_y_pos = position[1] + Bottom_offset_y - throttle_aburn_h - throttle_h; in render()
H A Dhudreticle.h63 int throttle_h; // Hud_throttle_h[gr_screen.res] variable
H A Dhudparse.cpp2132 int throttle_h, throttle_w; in load_gauge_throttle() local
2162 throttle_h = 50; in load_gauge_throttle()
2178 throttle_h = 80; in load_gauge_throttle()
2197 throttle_h = 50; in load_gauge_throttle()
2213 throttle_h = 80; in load_gauge_throttle()
2239 stuff_int(&throttle_h); in load_gauge_throttle()
2286 hud_gauge->initThrottleSizes(throttle_w, throttle_h); in load_gauge_throttle()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/patches/
H A Dcolonial_hud.patch1046 int throttle_h, throttle_w;
1108 hud_gauge->initThrottleSizes(throttle_w, throttle_h);
2308 int throttle_h; // Hud_throttle_h[gr_screen.res]