Searched refs:LV_IMAGE_ALIGN_STRETCH (Results 1 – 6 of 6) sorted by relevance
93 if(lv_streq("stretch", txt)) return LV_IMAGE_ALIGN_STRETCH; in image_align_to_enum()
54 LV_IMAGE_ALIGN_STRETCH, enumerator
439 if(img->align == LV_IMAGE_ALIGN_STRETCH) { in lv_image_set_inner_align()856 if(img->align == LV_IMAGE_ALIGN_STRETCH) { in update_align()
281 lv_image_set_inner_align(img, LV_IMAGE_ALIGN_STRETCH); in test_image_stretch()327 lv_image_set_inner_align(img, LV_IMAGE_ALIGN_STRETCH); in test_image_ignore_transformation_settings_when_stretched()
180 - :cpp:enumerator:`LV_IMAGE_ALIGN_STRETCH`189 - :cpp:enumerator:`LV_IMAGE_ALIGN_STRETCH` Set X and Y scale to fill the Widget's area
171 lv_image_set_inner_align(logo, LV_IMAGE_ALIGN_STRETCH); in lv_demo_high_res_home()