Home
last modified time | relevance | path

Searched refs:LV_IMAGE_ALIGN_TILE (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_image.c293 lv_image_set_inner_align(img, LV_IMAGE_ALIGN_TILE); in test_image_tile()
298 lv_image_set_inner_align(img, LV_IMAGE_ALIGN_TILE); in test_image_tile()
303 lv_image_set_inner_align(img, LV_IMAGE_ALIGN_TILE); in test_image_tile()
310 lv_image_set_inner_align(img, LV_IMAGE_ALIGN_TILE); in test_image_tile()
315 lv_image_set_inner_align(img, LV_IMAGE_ALIGN_TILE); in test_image_tile()
350 lv_image_set_inner_align(img, LV_IMAGE_ALIGN_TILE); in test_image_ignore_transformation_settings_when_tiled()
/lvgl-latest/tests/src/test_cases/libs/
Dtest_bmp.c50 lv_image_set_inner_align(img, LV_IMAGE_ALIGN_TILE); in create_image_tile()
Dtest_tjpgd.c75 lv_image_set_inner_align(img, LV_IMAGE_ALIGN_TILE); in create_image_2()
Dtest_bin_decoder.c49 lv_image_set_inner_align(img, LV_IMAGE_ALIGN_TILE); in create_image_tile()
/lvgl-latest/src/others/xml/parsers/
Dlv_xml_image_parser.c94 if(lv_streq("tile", txt)) return LV_IMAGE_ALIGN_TILE; in image_align_to_enum()
/lvgl-latest/src/widgets/image/
Dlv_image.h55 LV_IMAGE_ALIGN_TILE, enumerator
Dlv_image.c781 else if(img->align == LV_IMAGE_ALIGN_TILE) { in draw_image()
866 else if(img->align == LV_IMAGE_ALIGN_TILE) { in update_align()
/lvgl-latest/demos/music/
Dlv_demo_music_list.c222 lv_image_set_inner_align(border, LV_IMAGE_ALIGN_TILE); in add_list_button()
Dlv_demo_music_main.c457 lv_image_set_inner_align(wave_top, LV_IMAGE_ALIGN_TILE); in create_wave_images()
464 lv_image_set_inner_align(wave_bottom, LV_IMAGE_ALIGN_TILE); in create_wave_images()
/lvgl-latest/src/libs/barcode/
Dlv_barcode.c105 lv_image_set_inner_align(obj, tiled ? LV_IMAGE_ALIGN_TILE : LV_IMAGE_ALIGN_DEFAULT); in lv_barcode_set_tiled()
/lvgl-latest/docs/details/widgets/
Dimage.rst181 - :cpp:enumerator:`LV_IMAGE_ALIGN_TILE`
190 - :cpp:enumerator:`LV_IMAGE_ALIGN_TILE` Tile image to fill Widget's area. Offset is applied to shif…
/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c100 lv_image_set_inner_align(img, LV_IMAGE_ALIGN_TILE); in moving_wallpaper_cb()