Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_ll.h100 void * _lv_ll_get_head(const lv_ll_t * ll_p);
159 #define _LV_LL_READ(list, i) for(i = _lv_ll_get_head(list); i != NULL; i = _lv_ll_get_next(list, i))
Dlv_ll.c102 if(_lv_ll_get_head(ll_p) == n_act) { in _lv_ll_ins_prev()
158 if(_lv_ll_get_head(ll_p) == node_p) { in _lv_ll_remove()
196 i = _lv_ll_get_head(ll_p); in _lv_ll_clear()
256 void * _lv_ll_get_head(const lv_ll_t * ll_p) in _lv_ll_get_head() function
313 for(node = _lv_ll_get_head(ll_p); node != NULL; node = _lv_ll_get_next(ll_p, node)) { in _lv_ll_get_len()
Dlv_timer.c103 LV_GC_ROOT(_lv_timer_act) = _lv_ll_get_head(&LV_GC_ROOT(_lv_timer_ll)); in lv_timer_handler()
122 next = _lv_ll_get_head(&LV_GC_ROOT(_lv_timer_ll)); in lv_timer_handler()
287 if(timer == NULL) return _lv_ll_get_head(&LV_GC_ROOT(_lv_timer_ll)); in lv_timer_get_next()
Dlv_anim.c142 a = _lv_ll_get_head(&LV_GC_ROOT(_lv_anim_ll)); in lv_anim_del()
358 lv_anim_t * a = _lv_ll_get_head(&LV_GC_ROOT(_lv_anim_ll)); in anim_timer()
404 a = _lv_ll_get_head(&LV_GC_ROOT(_lv_anim_ll)); in anim_timer()
465 if(_lv_ll_get_head(&LV_GC_ROOT(_lv_anim_ll)) == NULL) in anim_mark_list_change()
/lvgl-3.7.0/src/extra/others/msg/
Dlv_msg.c100 sub_dsc_t * s = _lv_ll_get_head(&subs_ll); in lv_msg_unsubscribe_obj()
177 sub_dsc_t * s = _lv_ll_get_head(&subs_ll); in obj_delete_event_cb()
/lvgl-3.7.0/src/core/
Dlv_group.c149 if(_lv_ll_get_head(&group->obj_ll) == next) { in lv_group_add_obj()
188 … if(_lv_ll_get_head(&g->obj_ll) == g->obj_focus && _lv_ll_get_tail(&g->obj_ll) == g->obj_focus) { in lv_group_remove_obj()
270 bool focus_changed = focus_next_core(group, _lv_ll_get_head, _lv_ll_get_next); in lv_group_focus_next()
Dlv_refr.c544 sync_area = _lv_ll_get_head(&disp_refr->sync_areas); in refr_sync_areas()
569 for(sync_area = _lv_ll_get_head(&disp_refr->sync_areas); sync_area != NULL; in refr_sync_areas()
/lvgl-3.7.0/src/extra/widgets/span/
Dlv_span.c364 if(_lv_ll_get_head(&spans->child_ll) == NULL) { in lv_spangroup_get_expand_width()
395 if(_lv_ll_get_head(&spans->child_ll) == NULL || width <= 0) { in lv_spangroup_get_expand_height()
411 lv_span_t * cur_span = _lv_ll_get_head(&spans->child_ll); in lv_spangroup_get_expand_height()
519 lv_span_t * cur_span = _lv_ll_get_head(&spans->child_ll); in lv_spangroup_destructor()
527 cur_span = _lv_ll_get_head(&spans->child_ll); in lv_spangroup_destructor()
766 if(_lv_ll_get_head(&spans->child_ll) == NULL) { in lv_draw_span()
789 lv_span_t * cur_span = _lv_ll_get_head(&spans->child_ll); in lv_draw_span()
/lvgl-3.7.0/src/extra/libs/freetype/
Dlv_freetype.c421 FT_Face * pface = _lv_ll_get_head(&face_control.face_ll); in face_find_in_list()
442 FT_Face * pface = _lv_ll_get_head(&face_control.face_ll); in face_remove_from_list()
626 name_refer_t * refer = _lv_ll_get_head(&names_ll); in name_refer_find()
642 name_refer_t * refer = _lv_ll_get_head(&names_ll); in name_refer_del()
/lvgl-3.7.0/src/hal/
Dlv_hal_indev.c155 return _lv_ll_get_head(&LV_GC_ROOT(_lv_indev_ll)); in lv_indev_get_next()
Dlv_hal_disp.c325 if(was_default) lv_disp_set_default(_lv_ll_get_head(&LV_GC_ROOT(_lv_disp_ll))); in lv_disp_remove()
544 return _lv_ll_get_head(&LV_GC_ROOT(_lv_disp_ll)); in lv_disp_get_next()
/lvgl-3.7.0/src/extra/others/ime/
Dlv_ime_pinyin.c1012 ll_index = _lv_ll_get_head(&pinyin_ime->k9_legal_py_ll); in pinyin_k9_get_legal_py()
1103 ll_index = _lv_ll_get_head(&pinyin_ime->k9_legal_py_ll); in pinyin_k9_fill_cand()
1136 ll_index = _lv_ll_get_head(&pinyin_ime->k9_legal_py_ll); in pinyin_k9_cand_page_proc()
/lvgl-3.7.0/src/extra/widgets/menu/
Dlv_menu.c172 lv_menu_history_t * act_hist = _lv_ll_get_head(history_ll); in lv_menu_refr()
723 lv_menu_history_t * act_hist = _lv_ll_get_head(history_ll); in lv_menu_back_event_cb()
/lvgl-3.7.0/src/extra/widgets/chart/
Dlv_chart.c432 if(ser == NULL) return _lv_ll_get_head(&chart->series_ll); in lv_chart_get_series_next()
681 ser = _lv_ll_get_head(&chart->series_ll); in lv_chart_destructor()
692 cur = _lv_ll_get_head(&chart->cursor_ll); in lv_chart_destructor()