Searched refs:item_first_id (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/extra/layouts/flex/ |
D | lv_flex.c | 58 static void children_repos(lv_obj_t * cont, flex_t * f, int32_t item_first_id, int32_t item_last_id… 401 static void children_repos(lv_obj_t * cont, flex_t * f, int32_t item_first_id, int32_t item_last_id… in children_repos() argument 451 lv_obj_t * item = lv_obj_get_child(cont, item_first_id); in children_repos() 453 while(item && item_first_id != item_last_id) { in children_repos() 455 item = get_next_item(cont, f->rev, &item_first_id); in children_repos() 535 item = get_next_item(cont, f->rev, &item_first_id); in children_repos()
|