Home
last modified time | relevance | path

Searched refs:lv_obj_get_style_max_height (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/layouts/flex/
Dlv_flex.c289 … : lv_obj_get_style_max_height(item, LV_PART_MAIN); in find_track_end()
/lvgl-latest/src/widgets/table/
Dlv_table.c882 const int32_t maxh = lv_obj_get_style_max_height(obj, LV_PART_ITEMS); in refr_size_form_row()
908 const int32_t maxh = lv_obj_get_style_max_height(obj, LV_PART_ITEMS); in refr_cell_size()
/lvgl-latest/src/core/
Dlv_obj_pos.c158 int32_t maxh = lv_obj_get_style_max_height(obj, LV_PART_MAIN); in lv_obj_refr_size()
Dlv_obj_style_gen.h52 static inline int32_t lv_obj_get_style_max_height(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_max_height() function
/lvgl-latest/src/widgets/label/
Dlv_label.c793 … label->size_cache.y = LV_MIN(label->size_cache.y, lv_obj_get_style_max_height(obj, LV_PART_MAIN)); in lv_label_event()