Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_ll.h56 void * lv_ll_ins_head(lv_ll_t * ll_p);
A Dlv_ll.c76 void * lv_ll_ins_head(lv_ll_t * ll_p) in lv_ll_ins_head() function
113 n_new = lv_ll_ins_head(ll_p); in lv_ll_ins_prev()
A Dlv_task.c175 new_task = lv_ll_ins_head(&LV_GC_ROOT(_lv_task_ll)); in lv_task_create_basic()
A Dlv_anim.c91 lv_anim_t * new_anim = lv_ll_ins_head(&LV_GC_ROOT(_lv_anim_ll)); in lv_anim_create()
A Dlv_fs.c488 new_drv = lv_ll_ins_head(&LV_GC_ROOT(_lv_drv_ll)); in lv_fs_drv_register()
/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_indev.c78 lv_indev_t * indev = lv_ll_ins_head(&LV_GC_ROOT(_lv_indev_ll)); in lv_indev_drv_register()
A Dlv_hal_disp.c119 lv_disp_t * disp = lv_ll_ins_head(&LV_GC_ROOT(_lv_disp_ll)); in lv_disp_drv_register()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_group.c64 lv_group_t * group = lv_ll_ins_head(&LV_GC_ROOT(_lv_group_ll)); in lv_group_create()
A Dlv_obj.c144 new_obj = lv_ll_ins_head(&disp->scr_ll); in lv_obj_create()
217 new_obj = lv_ll_ins_head(&parent->child_ll); in lv_obj_create()
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_img_decoder.c188 decoder = lv_ll_ins_head(&LV_GC_ROOT(_lv_img_defoder_ll)); in lv_img_decoder_create()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_chart.c158 lv_chart_series_t * ser = lv_ll_ins_head(&ext->series_ll); in lv_chart_add_series()

Completed in 15 milliseconds