Searched refs:bat_sub_height_shift (Results 1 – 2 of 2) sorted by relevance
1843 …const int32 bat_sub_height_shift = n ? bat_height_shift : bg_ss_table[(bool)n][(king->BGSize[n] & … in DrawBG() local1844 const int32 bat_sub_height = (1 << bat_sub_height_shift) >> 3; in DrawBG()1957 …int32 wmul_sub = (1 << bat_sub_width_shift), wmask_sub = ((1 << bat_sub_height_shift) - 1) & bat_i… in DrawBG()
2025 …const int32 bat_sub_height_shift = n ? bat_height_shift : bg_ss_table[(king->BGSize[n] & 0x0F00) >… in DrawBG() local2026 const int32 bat_sub_height = (1 << bat_sub_height_shift) >> 3; in DrawBG()2139 …int32 wmul_sub = (1 << bat_sub_width_shift), wmask_sub = ((1 << bat_sub_height_shift) - 1) & bat_i… in DrawBG()