Home
last modified time | relevance | path

Searched refs:LV_IMAGE_ALIGN_STRETCH (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/others/xml/parsers/
Dlv_xml_image_parser.c93 if(lv_streq("stretch", txt)) return LV_IMAGE_ALIGN_STRETCH; in image_align_to_enum()
/lvgl-latest/src/widgets/image/
Dlv_image.h54 LV_IMAGE_ALIGN_STRETCH, enumerator
Dlv_image.c439 if(img->align == LV_IMAGE_ALIGN_STRETCH) { in lv_image_set_inner_align()
856 if(img->align == LV_IMAGE_ALIGN_STRETCH) { in update_align()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_image.c281 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()
/lvgl-latest/docs/details/widgets/
Dimage.rst180 - :cpp:enumerator:`LV_IMAGE_ALIGN_STRETCH`
189 - :cpp:enumerator:`LV_IMAGE_ALIGN_STRETCH` Set X and Y scale to fill the Widget's area
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c171 lv_image_set_inner_align(logo, LV_IMAGE_ALIGN_STRETCH); in lv_demo_high_res_home()