Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_line.c48 int32_t calculated_width = 0; in test_line_size_should_be_updated_after_adding_points() local
54 calculated_width = (int32_t)LV_MAX(points[point_idx].x, calculated_width); in test_line_size_should_be_updated_after_adding_points()
58 TEST_ASSERT_EQUAL_UINT16(calculated_width, lv_obj_get_self_width(line)); in test_line_size_should_be_updated_after_adding_points()