Searched refs:node (Results 1 – 4 of 4) sorted by relevance
/lvgl-2.7.6/src/lv_misc/ |
D | lv_ll.c | 218 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() argument 220 _lv_ll_remove(ll_ori_p, node); in _lv_ll_chg_list() 224 node_set_prev(ll_new_p, node, NULL); in _lv_ll_chg_list() 225 node_set_next(ll_new_p, node, ll_new_p->head); in _lv_ll_chg_list() 228 node_set_prev(ll_new_p, ll_new_p->head, node); in _lv_ll_chg_list() 231 ll_new_p->head = node; /*Set the new head in the dsc.*/ in _lv_ll_chg_list() 233 ll_new_p->tail = node; in _lv_ll_chg_list() 238 node_set_prev(ll_new_p, node, ll_new_p->tail); in _lv_ll_chg_list() 239 node_set_next(ll_new_p, node, NULL); in _lv_ll_chg_list() 242 node_set_next(ll_new_p, ll_new_p->tail, node); in _lv_ll_chg_list() [all …]
|
D | lv_ll.h | 94 void _lv_ll_chg_list(lv_ll_t * ll_ori_p, lv_ll_t * ll_new_p, void * node, bool head);
|
/lvgl-2.7.6/docs/ |
D | ROADMAP.md | 38 - Text node. See [#1701](https://github.com/lvgl/lvgl/issues/1701#issuecomment-699479408)
|
/lvgl-2.7.6/scripts/ |
D | Doxyfile | 2247 # class node. If there are many fields or methods and many nodes the graph may 2400 # by representing a node as a red box. Note that doxygen if the number of direct 2401 # children of the root node in a graph is already larger than 2412 # further from the root node will be omitted. Note that setting this option to 1
|