Searched refs:lv_ll_get_head (Results 1 – 8 of 8) sorted by relevance
102 void * lv_ll_get_head(const lv_ll_t * ll_p);152 #define LV_LL_READ(list, i) for(i = lv_ll_get_head(&list); i != NULL; i = lv_ll_get_next(&list, i))
112 if(lv_ll_get_head(ll_p) == n_act) { in lv_ll_ins_prev()165 if(lv_ll_get_head(ll_p) == node_p) { in lv_ll_rem()199 i = lv_ll_get_head(ll_p); in lv_ll_clear()258 void * lv_ll_get_head(const lv_ll_t * ll_p) in lv_ll_get_head() function331 for(node = lv_ll_get_head(ll_p); node != NULL; node = lv_ll_get_next(ll_p, node)) { in lv_ll_get_len()
121 a = lv_ll_get_head(&LV_GC_ROOT(_lv_anim_ll)); in lv_anim_del()389 a = lv_ll_get_head(&LV_GC_ROOT(_lv_anim_ll)); in anim_task()420 a = lv_ll_get_head(&LV_GC_ROOT(_lv_anim_ll)); in anim_task()
95 LV_GC_ROOT(_lv_task_act) = lv_ll_get_head(&LV_GC_ROOT(_lv_task_ll)); in lv_task_handler()171 tmp = lv_ll_get_head(&LV_GC_ROOT(_lv_task_ll)); in lv_task_create_basic()
196 if(was_default) lv_disp_set_default(lv_ll_get_head(&LV_GC_ROOT(_lv_disp_ll))); in lv_disp_remove()288 return lv_ll_get_head(&LV_GC_ROOT(_lv_disp_ll)); in lv_disp_get_next()
116 return lv_ll_get_head(&LV_GC_ROOT(_lv_indev_ll)); in lv_indev_get_next()
147 if(lv_ll_get_head(&group->obj_ll) == next) { in lv_group_add_obj()165 … 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()266 focus_next_core(group, lv_ll_get_head, lv_ll_get_next); in lv_group_focus_next()
393 i = lv_ll_get_head(&(obj->child_ll)); in lv_obj_del()574 if(lv_ll_get_head(&parent->child_ll) == obj) return; in lv_obj_move_foreground()1545 result = lv_ll_get_head(&obj->child_ll); in lv_obj_get_child()2267 i = lv_ll_get_head(&(obj->child_ll));
Completed in 10 milliseconds