Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_line.c49 int32_t calculated_height = 0; in test_line_size_should_be_updated_after_adding_points() local
55 calculated_height = (int32_t)LV_MAX(points[point_idx].y, calculated_height); in test_line_size_should_be_updated_after_adding_points()
59 TEST_ASSERT_EQUAL_UINT16(calculated_height, lv_obj_get_self_height(line)); in test_line_size_should_be_updated_after_adding_points()
/lvgl-latest/src/widgets/table/
Dlv_table.c887 int32_t calculated_height = get_row_height(obj, i, font, letter_space, line_space, in refr_size_form_row() local
889 table->row_h[i] = LV_CLAMP(minh, calculated_height, maxh); in refr_size_form_row()
911 int32_t calculated_height = get_row_height(obj, row, font, letter_space, line_space, in refr_cell_size() local
915 table->row_h[row] = LV_CLAMP(minh, calculated_height, maxh); in refr_cell_size()