Searched refs:lv_obj_get_self_height (Results 1 – 4 of 4) sorted by relevance
33 TEST_ASSERT_EQUAL_UINT16(0U, lv_obj_get_self_height(line)); in test_line_should_have_valid_documented_default_values()59 TEST_ASSERT_EQUAL_UINT16(calculated_height, lv_obj_get_self_height(line)); in test_line_size_should_be_updated_after_adding_points()
345 int32_t lv_obj_get_self_height(const lv_obj_t * obj);
596 int32_t lv_obj_get_self_height(const lv_obj_t * obj) in lv_obj_get_self_height() function1187 self_h = lv_obj_get_self_height(obj) + space_top + space_bottom; in calc_content_height()
158 int32_t self_h = lv_obj_get_self_height(obj); in lv_obj_get_scroll_bottom()