Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ship/
H A Dshield.cpp686 Shield_hits[shnum].rgb[0] = sip->shield_color[0]; in copy_shield_to_globals()
687 Shield_hits[shnum].rgb[1] = sip->shield_color[1]; in copy_shield_to_globals()
688 Shield_hits[shnum].rgb[2] = sip->shield_color[2]; in copy_shield_to_globals()
725 Shield_hits[shnum].rgb[0] = sip->shield_color[0]; in create_shield_low_detail()
726 Shield_hits[shnum].rgb[1] = sip->shield_color[1]; in create_shield_low_detail()
727 Shield_hits[shnum].rgb[2] = sip->shield_color[2]; in create_shield_low_detail()
H A Dshiphit.cpp2950 …game_flash((sip->shield_color[0] * effect) / 255.0f, (sip->shield_color[1] * effect) / 255.0f, (si… in ship_hit_pain()
H A Dship.h1286 ubyte shield_color[3]; variable
H A Dship.cpp1084 memcpy(shield_color, other.shield_color, sizeof(ubyte) * 3); in clone()
1398 std::swap(shield_color, other.shield_color); in move()
1818 shield_color[0] = 255; in ship_info()
1819 shield_color[1] = 255; in ship_info()
1820 shield_color[2] = 255; in ship_info()
3605 stuff_ubyte(&sip->shield_color[0]); in parse_ship_values()
3606 stuff_ubyte(&sip->shield_color[1]); in parse_ship_values()
3607 stuff_ubyte(&sip->shield_color[2]); in parse_ship_values()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ship/
H A Dshield.cpp628 Shield_hits[shnum].rgb[0] = sip->shield_color[0]; in copy_shield_to_globals()
629 Shield_hits[shnum].rgb[1] = sip->shield_color[1]; in copy_shield_to_globals()
630 Shield_hits[shnum].rgb[2] = sip->shield_color[2]; in copy_shield_to_globals()
701 Shield_hits[shnum].rgb[0] = sip->shield_color[0]; in create_shield_low_detail()
702 Shield_hits[shnum].rgb[1] = sip->shield_color[1]; in create_shield_low_detail()
703 Shield_hits[shnum].rgb[2] = sip->shield_color[2]; in create_shield_low_detail()
H A Dship.h1345 ubyte shield_color[3]; variable
H A Dship.cpp909 sip->shield_color[0] = 255; in init_ship_entry()
910 sip->shield_color[1] = 255; in init_ship_entry()
911 sip->shield_color[2] = 255; in init_ship_entry()
2541 stuff_ubyte(&sip->shield_color[0]); in parse_ship_values()
2542 stuff_ubyte(&sip->shield_color[1]); in parse_ship_values()
2543 stuff_ubyte(&sip->shield_color[2]); in parse_ship_values()