Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/layouts/flex/
Dlv_flex.c238 lv_coord_t w_set = lv_obj_get_style_width(cont, LV_PART_MAIN); in flex_update() local
243 (!f.row && w_set == LV_SIZE_CONTENT && cont->w_layout == 0)) { in flex_update()
305 if(w_set == LV_SIZE_CONTENT || h_set == LV_SIZE_CONTENT) { in flex_update()
320 lv_coord_t w_set = lv_obj_get_style_width(cont, LV_PART_MAIN); in find_track_end() local
324 if(f->wrap && ((f->row && w_set == LV_SIZE_CONTENT) || (!f->row && h_set == LV_SIZE_CONTENT))) { in find_track_end()
/lvgl-3.4.0/src/extra/layouts/grid/
Dlv_grid.c374 lv_coord_t w_set = lv_obj_get_style_width(cont, LV_PART_MAIN); in grid_update() local
376 if(w_set == LV_SIZE_CONTENT || h_set == LV_SIZE_CONTENT) { in grid_update()
406 lv_coord_t w_set = lv_obj_get_style_width(cont, LV_PART_MAIN); in calc() local
408 bool auto_w = (w_set == LV_SIZE_CONTENT && !cont->w_layout) ? true : false; in calc()
/lvgl-3.4.0/src/core/
Dlv_obj_pos.c618 lv_coord_t w_set = lv_obj_get_style_width(obj, LV_PART_MAIN); in lv_obj_refresh_self_size() local
620 if(w_set != LV_SIZE_CONTENT && h_set != LV_SIZE_CONTENT) return false; in lv_obj_refresh_self_size()