Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_line.c33 TEST_ASSERT_EQUAL_UINT16(0U, lv_obj_get_self_height(line)); in test_line_should_have_valid_documented_default_values()
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.7.0/src/core/
Dlv_obj_pos.h334 lv_coord_t lv_obj_get_self_height(const struct _lv_obj_t * obj);
Dlv_obj_pos.c611 lv_coord_t lv_obj_get_self_height(const lv_obj_t * obj) in lv_obj_get_self_height() function
1081 self_h = lv_obj_get_self_height(obj) + pad_top + pad_bottom; in calc_content_height()
Dlv_obj_scroll.c155 lv_coord_t self_h = lv_obj_get_self_height(obj); in lv_obj_get_scroll_bottom()