Home
last modified time | relevance | path

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

/lvgl-latest/src/others/xml/
Dlv_xml.c53 static lv_ll_t image_ll; variable
66 lv_ll_init(&image_ll, sizeof(lv_xml_image_t)); in lv_xml_init()
180 lv_xml_image_t * img = lv_ll_ins_head(&image_ll); in lv_xml_register_image()
195 LV_LL_READ(&image_ll, img) { in lv_xml_get_image()