Home
last modified time | relevance | path

Searched refs:calculated_height (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.6.0/tests/src/test_cases/
Dtest_line.c49 lv_coord_t calculated_height = 0; in test_line_size_should_be_updated_after_adding_points() local
55 calculated_height = LV_MAX(points[point_idx].y, calculated_height); in test_line_size_should_be_updated_after_adding_points()
60 calculated_height += line_width; in test_line_size_should_be_updated_after_adding_points()
63 TEST_ASSERT_EQUAL_UINT16(calculated_height, lv_obj_get_self_height(line)); in test_line_size_should_be_updated_after_adding_points()
/lvgl-3.6.0/src/widgets/
Dlv_table.c883 lv_coord_t calculated_height = get_row_height(obj, i, font, letter_space, line_space, in refr_size_form_row() local
885 table->row_h[i] = LV_CLAMP(minh, calculated_height, maxh); in refr_size_form_row()
908 lv_coord_t calculated_height = get_row_height(obj, row, font, letter_space, line_space, in refr_cell_size() local
912 table->row_h[row] = LV_CLAMP(minh, calculated_height, maxh); in refr_cell_size()