Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/external_device/sh1106/include/
A Dicon.h13 uint8_t *p_icon_mask; member
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/aircraftBattle/
A DaircraftBattle.c574 (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()
A DaircraftBattle.md527 …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 <…
/AliOS-Things-master/components/drivers/external_device/sh1106/src/
A Dsh1106.c373 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