Searched refs:lv_obj_get_style_x (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_property.c | 44 TEST_ASSERT_EQUAL_UINT32(0xaabb, lv_obj_get_style_x(obj, 0)); in test_obj_property_set_get_should_match() 109 TEST_ASSERT_EQUAL_UINT32(0xaabb, lv_obj_get_style_x(obj, 0)); in test_obj_property_style_selector() 117 TEST_ASSERT_EQUAL_UINT32(0x1122, lv_obj_get_style_x(obj, selector)); in test_obj_property_style_selector()
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.c | 535 return lv_obj_get_style_x(obj, LV_PART_MAIN); in lv_obj_get_x_aligned() 618 int32_t x = lv_obj_get_style_x(obj, LV_PART_MAIN); in lv_obj_refr_pos() 1117 if(lv_obj_get_style_x(child, 0) == 0) { in calc_content_width() 1153 if(lv_obj_get_style_x(child, 0) == 0) { in calc_content_width()
|
D | lv_obj_style_gen.h | 64 static inline int32_t lv_obj_get_style_x(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_x() function
|