Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_core/
Dlv_group.c96 _LV_LL_READ(group->obj_ll, obj) { in lv_group_del()
115 _LV_LL_READ(group->obj_ll, obj_i) { in lv_group_add_obj()
177 _LV_LL_READ(g->obj_ll, i) { in lv_group_remove_obj()
202 _LV_LL_READ(group->obj_ll, obj) { in lv_group_remove_all_objs()
227 _LV_LL_READ(g->obj_ll, i) { in lv_group_focus_obj()
Dlv_obj.c874 _LV_LL_READ(obj->child_ll, i) { in lv_obj_set_size()
1461 _LV_LL_READ(d->scr_ll, i) { in lv_obj_report_style_mod()
2125 _LV_LL_READ(LV_GC_ROOT(_lv_disp_ll), d) { in lv_obj_get_disp()
2127 _LV_LL_READ(d->scr_ll, s) { in lv_obj_get_disp()
2210 _LV_LL_READ(obj->child_ll, i) cnt++; in lv_obj_count_children()
2226 _LV_LL_READ(obj->child_ll, i) { in lv_obj_count_children_recursive()
3740 _LV_LL_READ(disp->scr_ll, scr) {
4055 _LV_LL_READ(obj->child_ll, i) {
4515 _LV_LL_READ(LV_GC_ROOT(_lv_obj_style_trans_ll), tr_i) {
4557 _LV_LL_READ(parent->child_ll, child) {
Dlv_refr.c585 _LV_LL_READ(obj->child_ll, i) { in lv_refr_get_top_obj()
Dlv_indev.c1129 _LV_LL_READ(obj->child_ll, i) { in lv_indev_search_obj()
/lvgl-2.7.6/src/lv_widgets/
Dlv_objmask.c164 _LV_LL_READ(ext->mask_ll, m) { in lv_objmask_remove_mask()
229 _LV_LL_READ(ext->mask_ll, m) { in lv_objmask_design()
300 _LV_LL_READ(ext->mask_ll, m) { in lv_objmask_design()
330 _LV_LL_READ(ext->mask_ll, i) { in lv_objmask_signal()
Dlv_cont.c458 _LV_LL_READ(cont->child_ll, child) { in lv_cont_layout_center()
681 _LV_LL_READ(cont->child_ll, child_i) { in lv_cont_refr_autofit()
789 _LV_LL_READ(cont->child_ll, child_i) { in lv_cont_refr_autofit()
/lvgl-2.7.6/src/lv_misc/
Dlv_anim.c165 _LV_LL_READ(LV_GC_ROOT(_lv_anim_ll), a) { in lv_anim_get()
182 _LV_LL_READ(LV_GC_ROOT(_lv_anim_ll), a) cnt++; in lv_anim_count_running()
447 _LV_LL_READ(LV_GC_ROOT(_lv_anim_ll), a) { in anim_task()
Dlv_ll.h160 #define _LV_LL_READ(list, i) for(i = _lv_ll_get_head(&list); i != NULL; i = _lv_ll_get_next(&list, … macro
Dlv_fs.c506 _LV_LL_READ(LV_GC_ROOT(_lv_drv_ll), drv) { in lv_fs_get_drv()
524 _LV_LL_READ(LV_GC_ROOT(_lv_drv_ll), drv) { in lv_fs_get_letters()
Dlv_task.c308 _LV_LL_READ(LV_GC_ROOT(_lv_task_ll), i) { in lv_task_set_prio()
/lvgl-2.7.6/src/lv_hal/
Dlv_hal_disp.c188 _LV_LL_READ(disp->scr_ll, scr) { in lv_disp_drv_update()
/lvgl-2.7.6/src/lv_draw/
Dlv_img_decoder.c98 _LV_LL_READ(LV_GC_ROOT(_lv_img_defoder_ll), d) { in lv_img_decoder_get_info()
139 _LV_LL_READ(LV_GC_ROOT(_lv_img_defoder_ll), d) { in lv_img_decoder_open()