Searched refs:lv_image_get_offset_y (Results 1 – 4 of 4) sorted by relevance
229 int32_t lv_image_get_offset_y(lv_obj_t * obj);
57 .getter = lv_image_get_offset_y,479 int32_t lv_image_get_offset_y(lv_obj_t * obj) in lv_image_get_offset_y() function
182 #define lv_img_get_offset_y lv_image_get_offset_y
474 TEST_ASSERT_EQUAL_INT(lv_image_get_offset_y(obj), 20); in test_image_properties()