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()63 TEST_ASSERT_EQUAL_UINT16(calculated_height, lv_obj_get_self_height(line)); in test_line_size_should_be_updated_after_adding_points()
334 lv_coord_t lv_obj_get_self_height(const struct _lv_obj_t * obj);
611 lv_coord_t lv_obj_get_self_height(const lv_obj_t * obj) in lv_obj_get_self_height() function1081 self_h = lv_obj_get_self_height(obj) + pad_top + pad_bottom; in calc_content_height()
155 lv_coord_t self_h = lv_obj_get_self_height(obj); in lv_obj_get_scroll_bottom()