Searched refs:p_icon_mask (Results 1 – 4 of 4) sorted by relevance
13 uint8_t *p_icon_mask; member
574 (cur_map->icon->p_icon_mask == NULL) ? in hit_check()579 ->p_icon_mask[bullet_bit_x / 8 + bullet_bit_y] & in hit_check()600 (cur_craft_map->icon->p_icon_mask == NULL) ? in hit_check()604 cur_craft_map->icon->p_icon_mask[craft_bit_x / 8 + in hit_check()
527 …icon->p_icon_mask == NULL) ? cur_map->icon->p_icon_data[bullet_bit_x / 8 + bullet_bit_y] & (0x01 <…541 …->p_icon_mask == NULL) ? cur_craft_map->icon->p_icon_data[craft_bit_x / 8 + craft_bit_y] & (0x01 <…
373 if (mode == 2 && icon->p_icon_mask == NULL) { in OLED_Icon_Draw()392 ~((icon->p_icon_mask[byte_y * width_byte + byte_x]) in OLED_Icon_Draw()408 ~((icon->p_icon_mask[byte_y * width_byte + byte_x]) >> in OLED_Icon_Draw()
Completed in 6 milliseconds