Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/layouts/flex/
Dlv_flex.c360 … new_dsc[t->grow_item_cnt - 1].max_size = f->row ? lv_obj_get_style_max_width(item, in find_track_end()
/lvgl-3.4.0/src/core/
Dlv_obj_style_gen.h13 static inline lv_coord_t lv_obj_get_style_max_width(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_max_width() function
Dlv_obj_pos.c120 lv_coord_t maxw = lv_obj_get_style_max_width(obj, LV_PART_MAIN); in lv_obj_refr_size()