Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/external_device/sh1106/include/
A Dicon.h10 uint8_t *p_icon_data; member
/AliOS-Things-master/components/drivers/external_device/sh1106/src/
A Dsh1106.c396 (icon->p_icon_data[byte_y * width_byte + byte_x]) in OLED_Icon_Draw()
412 (icon->p_icon_data[byte_y * width_byte + byte_x]) >> in OLED_Icon_Draw()
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/aircraftBattle/
A DaircraftBattle.c576 ->p_icon_data[bullet_bit_x / 8 + bullet_bit_y] & in hit_check()
601 cur_craft_map->icon->p_icon_data[craft_bit_x / 8 + in hit_check()
A DaircraftBattle.md527 …uint8_t bit = (cur_map->icon->p_icon_mask == NULL) ? cur_map->icon->p_icon_data[bullet_bit_x / 8 +…
541 …it = (cur_craft_map->icon->p_icon_mask == NULL) ? cur_craft_map->icon->p_icon_data[craft_bit_x / 8…

Completed in 8 milliseconds