Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_lottie.c32 lv_lottie_set_buffer(lottie, 100, 100, lv_draw_buf_align(buf, LV_COLOR_FORMAT_ARGB8888)); in test_lottie_simple()
57 lv_lottie_set_buffer(lottie, 100, 100, lv_draw_buf_align(buf, LV_COLOR_FORMAT_ARGB8888)); in test_lottie_load_from_file()
83 lv_lottie_set_buffer(lottie1, 100, 100, lv_draw_buf_align(tmp_buf, LV_COLOR_FORMAT_ARGB8888)); in test_lottie_missing_settings()
95 lv_lottie_set_buffer(lottie2, 100, 100, lv_draw_buf_align(buf, LV_COLOR_FORMAT_ARGB8888)); in test_lottie_missing_settings()
105 lv_lottie_set_buffer(lottie, 100, 100, lv_draw_buf_align(buf, LV_COLOR_FORMAT_ARGB8888)); in test_lottie_rescale()
113 lv_lottie_set_buffer(lottie, 50, 50, lv_draw_buf_align(buf, LV_COLOR_FORMAT_ARGB8888)); in test_lottie_rescale()
125 lv_lottie_set_buffer(lottie, 50, 200, lv_draw_buf_align(buf, LV_COLOR_FORMAT_ARGB8888)); in test_lottie_non_uniform_shape()
140 lv_lottie_set_buffer(lottie, 100, 100, lv_draw_buf_align(buf, LV_COLOR_FORMAT_ARGB8888)); in test_lottie_memory_leak()
153 lv_lottie_set_buffer(lottie, 100, 100, lv_draw_buf_align(buf, LV_COLOR_FORMAT_ARGB8888)); in test_lottie_no_jump_when_visible_again()
/lvgl-latest/examples/widgets/lottie/
Dlv_example_lottie_2.c18 lv_lottie_set_buffer(lottie, 64, 64, buf); in lv_example_lottie_2()
Dlv_example_lottie_1.c20 lv_lottie_set_buffer(lottie, 64, 64, buf); in lv_example_lottie_1()
/lvgl-latest/src/widgets/lottie/
Dlv_lottie.h56 void lv_lottie_set_buffer(lv_obj_t * obj, int32_t w, int32_t h, void * buf);
Dlv_lottie.c73 void lv_lottie_set_buffer(lv_obj_t * obj, int32_t w, int32_t h, void * buf) in lv_lottie_set_buffer() function
/lvgl-latest/docs/details/widgets/
Dlottie.rst53 The buffer can be set with either :cpp:expr:`lv_lottie_set_buffer(lottie, w, h, buf)`