Home
last modified time | relevance | path

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

/lvgl-latest/src/layouts/flex/
Dlv_flex.c155 int32_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in flex_update() local
158 if((f.row && h_set == LV_SIZE_CONTENT && cont->h_layout == 0) || in flex_update()
221 if(w_set == LV_SIZE_CONTENT || h_set == LV_SIZE_CONTENT) { in flex_update()
237 int32_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in find_track_end() local
240 if(f->wrap && ((f->row && w_set == LV_SIZE_CONTENT) || (!f->row && h_set == LV_SIZE_CONTENT))) { in find_track_end()
/lvgl-latest/src/layouts/grid/
Dlv_grid.c217 int32_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in grid_update() local
218 if(w_set == LV_SIZE_CONTENT || h_set == LV_SIZE_CONTENT) { in grid_update()
249 int32_t h_set = lv_obj_get_style_height(cont, LV_PART_MAIN); in calc() local
255 bool auto_h = h_set == LV_SIZE_CONTENT && !cont->h_layout; in calc()
/lvgl-latest/src/core/
Dlv_obj_pos.c606 int32_t h_set = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_obj_refresh_self_size() local
607 if(w_set != LV_SIZE_CONTENT && h_set != LV_SIZE_CONTENT) return false; in lv_obj_refresh_self_size()