Searched refs:lv_image_get_scale_y (Results 1 – 4 of 4) sorted by relevance
339 int32_t scale_y_original = lv_image_get_scale_y(img); in test_image_ignore_transformation_settings_when_stretched()343 TEST_ASSERT_EQUAL_INT(scale_y_original, lv_image_get_scale_y(img)); in test_image_ignore_transformation_settings_when_stretched()363 TEST_ASSERT_EQUAL_INT(LV_SCALE_NONE, lv_image_get_scale_y(img)); in test_image_ignore_transformation_settings_when_tiled()509 TEST_ASSERT_EQUAL_INT(lv_image_get_scale_y(obj), 80); in test_image_properties()
267 int32_t lv_image_get_scale_y(lv_obj_t * obj);
82 .getter = lv_image_get_scale_y,525 int32_t lv_image_get_scale_y(lv_obj_t * obj) in lv_image_get_scale_y() function
173 int32_t scale = lv_image_get_scale_y(logo); in lv_demo_high_res_home()