Home
last modified time | relevance | path

Searched refs:h_set (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/src/extra/layouts/flex/
Dlv_flex.c236 lv_coord_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in flex_update() local
239 if((f.row && h_set == LV_SIZE_CONTENT && cont->h_layout == 0) || in flex_update()
302 if(w_set == LV_SIZE_CONTENT || h_set == LV_SIZE_CONTENT) { in flex_update()
318 lv_coord_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in find_track_end() local
321 if(f->wrap && ((f->row && w_set == LV_SIZE_CONTENT) || (!f->row && h_set == LV_SIZE_CONTENT))) { in find_track_end()
/lvgl-3.7.0/src/extra/layouts/grid/
Dlv_grid.c368 lv_coord_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in grid_update() local
369 if(w_set == LV_SIZE_CONTENT || h_set == LV_SIZE_CONTENT) { in grid_update()
400 lv_coord_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in calc() local
406 bool auto_h = (h_set == LV_SIZE_CONTENT && !cont->h_layout) ? true : false; in calc()
/lvgl-3.7.0/src/core/
Dlv_obj_pos.c621 lv_coord_t h_set = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_obj_refresh_self_size() local
622 if(w_set != LV_SIZE_CONTENT && h_set != LV_SIZE_CONTENT) return false; in lv_obj_refresh_self_size()