Home
last modified time | relevance | path

Searched refs:LV_IMAGE_ALIGN_TOP_MID (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_image.c181 LV_IMAGE_ALIGN_TOP_LEFT, LV_IMAGE_ALIGN_TOP_MID, LV_IMAGE_ALIGN_TOP_RIGHT, in test_image_normal_align()
201 LV_IMAGE_ALIGN_TOP_LEFT, LV_IMAGE_ALIGN_TOP_MID, LV_IMAGE_ALIGN_TOP_RIGHT, in test_image_normal_align_offset()
223 LV_IMAGE_ALIGN_TOP_LEFT, LV_IMAGE_ALIGN_TOP_MID, LV_IMAGE_ALIGN_TOP_RIGHT, in test_image_transform_align()
246 LV_IMAGE_ALIGN_TOP_LEFT, LV_IMAGE_ALIGN_TOP_MID, LV_IMAGE_ALIGN_TOP_RIGHT, in test_image_transform_align_offset()
524 prop.num = LV_IMAGE_ALIGN_TOP_MID; in test_image_properties()
526 …ERT_EQUAL_INT(lv_obj_get_property(obj, LV_PROPERTY_IMAGE_INNER_ALIGN).num, LV_IMAGE_ALIGN_TOP_MID); in test_image_properties()
527 TEST_ASSERT_EQUAL_INT(lv_image_get_inner_align(obj), LV_IMAGE_ALIGN_TOP_MID); in test_image_properties()
/lvgl-latest/src/others/xml/parsers/
Dlv_xml_image_parser.c85 if(lv_streq("top_mid", txt)) return LV_IMAGE_ALIGN_TOP_MID; in image_align_to_enum()
/lvgl-latest/src/widgets/image/
Dlv_image.h45 LV_IMAGE_ALIGN_TOP_MID, enumerator
/lvgl-latest/docs/details/widgets/
Dimage.rst172 - :cpp:enumerator:`LV_IMAGE_ALIGN_TOP_MID`