Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.h541 hud_frames Lead_indicator_gauge;
H A Dhudtarget.cpp182 hud_frames Lead_indicator_gauge; variable
3812 Lead_indicator_gauge.first_frame = bm_load_animation(fname, &Lead_indicator_gauge.num_frames); in initBitmaps()
3813 if ( Lead_indicator_gauge.first_frame < 0 ) { in initBitmaps()
3820 bm_page_in_aabitmap(Lead_indicator_gauge.first_frame, Lead_indicator_gauge.num_frames); in pageIn()
3911 if ( Lead_indicator_gauge.first_frame + frame_offset >= 0 ) { in renderIndicator()
3916 …renderBitmap(Lead_indicator_gauge.first_frame + frame_offset, fl2i(sx - Lead_indicator_half[0]), … in renderIndicator()
3955 if ( Lead_indicator_gauge.first_frame == -1 ) { in renderLeadCurrentTarget()
4081 if ( Lead_indicator_gauge.first_frame == -1 ) { in renderLeadQuick()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.cpp179 hud_frames Lead_indicator_gauge; variable
3779 Lead_indicator_gauge.first_frame = bm_load_animation(fname, &Lead_indicator_gauge.num_frames); in initBitmaps()
3780 if ( Lead_indicator_gauge.first_frame < 0 ) { in initBitmaps()
3787 bm_page_in_aabitmap(Lead_indicator_gauge.first_frame, Lead_indicator_gauge.num_frames); in pageIn()
3878 if ( Lead_indicator_gauge.first_frame + frame_offset >= 0 ) { in renderIndicator()
3883 …renderBitmap(Lead_indicator_gauge.first_frame + frame_offset, fl2i(sx - Lead_indicator_half[0]), … in renderIndicator()
3922 if ( Lead_indicator_gauge.first_frame == -1 ) { in renderLeadCurrentTarget()
4050 if ( Lead_indicator_gauge.first_frame == -1 ) { in renderLeadQuick()
H A Dhudtarget.h562 hud_frames Lead_indicator_gauge;