Searched refs:h_layout (Results 1 – 5 of 5) sorted by relevance
413 bool auto_h = (h_set == LV_SIZE_CONTENT && !cont->h_layout) ? true : false; in calc()640 item->h_layout = 0; in item_repos()645 item->h_layout = 1; in item_repos()649 item->h_layout = 0; in item_repos()653 item->h_layout = 0; in item_repos()
243 if((f.row && h_set == LV_SIZE_CONTENT && cont->h_layout == 0) || in flex_update()476 item->h_layout = 0; in children_repos()479 item->h_layout = 1; in children_repos()496 item->h_layout = 0; in children_repos()
190 uint16_t h_layout : 1; member
85 if(obj->w_layout && obj->h_layout) return false; in lv_obj_refr_size()129 if(obj->h_layout) { in lv_obj_refr_size()144 if(parent->h_layout == 0 && lv_obj_get_style_height(parent, 0) == LV_SIZE_CONTENT) { in lv_obj_refr_size()
270 - fix(flex): be sure obj->w_layout and h_layout can't be set at the same time [`c4c4007`](https:…