Searched refs:minh (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.7.0/src/widgets/ |
D | lv_table.c | 875 const lv_coord_t minh = lv_obj_get_style_min_height(obj, LV_PART_ITEMS); in refr_size_form_row() local 883 table->row_h[i] = LV_CLAMP(minh, calculated_height, maxh); in refr_size_form_row() 901 const lv_coord_t minh = lv_obj_get_style_min_height(obj, LV_PART_ITEMS); in refr_cell_size() local 909 table->row_h[row] = LV_CLAMP(minh, calculated_height, maxh); in refr_cell_size()
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_pos.c | 154 lv_coord_t minh = lv_obj_get_style_min_height(obj, LV_PART_MAIN); in lv_obj_refr_size() local 156 h = lv_clamp_height(h, minh, maxh, parent_h); in lv_obj_refr_size()
|