Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_ll.h102 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))
A Dlv_ll.c112 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() function
331 for(node = lv_ll_get_head(ll_p); node != NULL; node = lv_ll_get_next(ll_p, node)) { in lv_ll_get_len()
A Dlv_anim.c121 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()
A Dlv_task.c95 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()
/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_disp.c196 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()
A Dlv_hal_indev.c116 return lv_ll_get_head(&LV_GC_ROOT(_lv_indev_ll)); in lv_indev_get_next()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_group.c147 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()
A Dlv_obj.c393 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