Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_ll.h38 } lv_ll_t; typedef
49 void lv_ll_init(lv_ll_t * ll_p, uint32_t node_size);
56 void * lv_ll_ins_head(lv_ll_t * ll_p);
71 void * lv_ll_ins_tail(lv_ll_t * ll_p);
79 void lv_ll_rem(lv_ll_t * ll_p, void * node_p);
85 void lv_ll_clear(lv_ll_t * ll_p);
95 void lv_ll_chg_list(lv_ll_t * ll_ori_p, lv_ll_t * ll_new_p, void * node, bool head);
102 void * lv_ll_get_head(const lv_ll_t * ll_p);
109 void * lv_ll_get_tail(const lv_ll_t * ll_p);
132 uint32_t lv_ll_get_len(const lv_ll_t * ll_p);
[all …]
A Dlv_gc.h34 …prefix lv_ll_t _lv_task_ll; /*Linked list to store the lv_tasks*/ …
35 …prefix lv_ll_t _lv_disp_ll; /*Linked list of screens*/ …
36 …prefix lv_ll_t _lv_indev_ll; /*Linked list of screens*/ …
37 …prefix lv_ll_t _lv_drv_ll; …
38 …prefix lv_ll_t _lv_file_ll; …
39 …prefix lv_ll_t _lv_anim_ll; …
40 …prefix lv_ll_t _lv_group_ll; …
41 …prefix lv_ll_t _lv_img_defoder_ll; …
A Dlv_ll.c50 void lv_ll_init(lv_ll_t * ll_p, uint32_t node_size) in lv_ll_init()
76 void * lv_ll_ins_head(lv_ll_t * ll_p) in lv_ll_ins_head()
105 void * lv_ll_ins_prev(lv_ll_t * ll_p, void * n_act) in lv_ll_ins_prev()
134 void * lv_ll_ins_tail(lv_ll_t * ll_p) in lv_ll_ins_tail()
163 void lv_ll_rem(lv_ll_t * ll_p, void * node_p) in lv_ll_rem()
194 void lv_ll_clear(lv_ll_t * ll_p) in lv_ll_clear()
220 void lv_ll_chg_list(lv_ll_t * ll_ori_p, lv_ll_t * ll_new_p, void * node, bool head) in lv_ll_chg_list()
258 void * lv_ll_get_head(const lv_ll_t * ll_p) in lv_ll_get_head()
274 void * lv_ll_get_tail(const lv_ll_t * ll_p) in lv_ll_get_tail()
326 uint32_t lv_ll_get_len(const lv_ll_t * ll_p) in lv_ll_get_len()
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_group.c33 static void focus_next_core(lv_group_t * group, void * (*begin)(const lv_ll_t *),
34 void * (*move)(const lv_ll_t *, const void *));
625 static void focus_next_core(lv_group_t * group, void * (*begin)(const lv_ll_t *), in focus_next_core() argument
626 void * (*move)(const lv_ll_t *, const void *)) in focus_next_core() argument
A Dlv_group.h61 lv_ll_t obj_ll; /**< Linked list to store the objects in the group */
A Dlv_obj.h187 lv_ll_t child_ll; /**< Linked list to store the children objects*/
/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_disp.h136 lv_ll_t scr_ll;
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_chart.h87 lv_ll_t series_ll; /*Linked list for the data line pointers (stores lv_chart_dl_t)*/

Completed in 19 milliseconds