Searched refs:lv_ll_get_tail (Results 1 – 5 of 5) sorted by relevance
109 void * lv_ll_get_tail(const lv_ll_t * ll_p);154 #define LV_LL_READ_BACK(list, i) for(i = lv_ll_get_tail(&list); i != NULL; i = lv_ll_get_prev(&list…
173 } else if(lv_ll_get_tail(ll_p) == node_p) { in lv_ll_rem()274 void * lv_ll_get_tail(const lv_ll_t * ll_p) in lv_ll_get_tail() function360 n_before = lv_ll_get_tail(ll_p); /*if `n_after` is NULL `n_act` should be the new tail*/ in lv_ll_move_before()
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()275 focus_next_core(group, lv_ll_get_tail, lv_ll_get_prev); in lv_group_focus_prev()
595 if(lv_ll_get_tail(&parent->child_ll) == obj) return; in lv_obj_move_background()1565 result = lv_ll_get_tail(&obj->child_ll); in lv_obj_get_child_back()
449 child_rs = lv_ll_get_tail(&cont->child_ll); /*Set the row starter child*/ in lv_cont_layout_pretty()
Completed in 9 milliseconds