Searched refs:maxh (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 882 const int32_t maxh = lv_obj_get_style_max_height(obj, LV_PART_ITEMS); in refr_size_form_row() local 889 table->row_h[i] = LV_CLAMP(minh, calculated_height, maxh); in refr_size_form_row() 908 const int32_t maxh = lv_obj_get_style_max_height(obj, LV_PART_ITEMS); in refr_cell_size() local 915 table->row_h[row] = LV_CLAMP(minh, calculated_height, maxh); in refr_cell_size()
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.c | 158 int32_t maxh = lv_obj_get_style_max_height(obj, LV_PART_MAIN); in lv_obj_refr_size() local 159 h = lv_clamp_height(h, minh, maxh, parent_h); in lv_obj_refr_size()
|