Home
last modified time | relevance | path

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

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dgauges.cpp872 hud_bitblt_free(hudctx.canvas, x, y, hudctx.xscale(bm.bm_w), hudctx.yscale(bm.bm_h), bm); in hud_bitblt_scaled_xy()
877 hud_bitblt_scaled_xy(hudctx, hudctx.xscale(x), hudctx.yscale(y), bm); in hud_bitblt()
1368 draw_ammo_info(hudctx.canvas, hudctx.xscale(x), hudctx.yscale(y), ammo_count); in draw_primary_ammo_info()
2377 for (int i = hudctx.yscale(y), j = hudctx.yscale(++y); i < j; ++i) in draw_afterburner_bar()
2477 …gr_rect(canvas, hudctx.xscale(x - 3), hudctx.yscale(y - 3), hudctx.xscale(x + bm.bm_w + 3), hudctx in draw_player_ship()
2557 …gr_rect(hudctx.canvas, hudctx.xscale(box->left), hudctx.yscale(box->top), hudctx.xscale(box->right… in draw_weapon_info_sub()
2641 … hud_show_primary_weapons_mode(hudctx.canvas, player_info, 1, hudctx.xscale(x), hudctx.yscale(y)); in draw_primary_weapon_info()
2684 …hud_show_secondary_weapons_mode(hudctx.canvas, player_info, 1, hudctx.xscale(x), hudctx.yscale(y)); in draw_secondary_weapon_info()
2720 draw_ammo_info(hudctx.canvas, hudctx.xscale(x), hudctx.yscale(y), ammo_count); in draw_secondary_ammo_info()
2787 …gr_rect(canvas, hudctx.xscale(g.left), hudctx.yscale(g.top), hudctx.xscale(g.right), hudctx.yscale… in draw_weapon_box()
[all …]