Searched refs:lv_image_get_scale_x (Results 1 – 3 of 3) sorted by relevance
338 int32_t scale_x_original = lv_image_get_scale_x(img); in test_image_ignore_transformation_settings_when_stretched()342 TEST_ASSERT_EQUAL_INT(scale_x_original, lv_image_get_scale_x(img)); in test_image_ignore_transformation_settings_when_stretched()362 TEST_ASSERT_EQUAL_INT(LV_SCALE_NONE, lv_image_get_scale_x(img)); in test_image_ignore_transformation_settings_when_tiled()503 TEST_ASSERT_EQUAL_INT(lv_image_get_scale_x(obj), 70); in test_image_properties()
260 int32_t lv_image_get_scale_x(lv_obj_t * obj);
77 .getter = lv_image_get_scale_x,516 int32_t lv_image_get_scale_x(lv_obj_t * obj) in lv_image_get_scale_x() function