Searched refs:lv_lottie_set_buffer (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_lottie.c | 32 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/ |
D | lv_example_lottie_2.c | 18 lv_lottie_set_buffer(lottie, 64, 64, buf); in lv_example_lottie_2()
|
D | lv_example_lottie_1.c | 20 lv_lottie_set_buffer(lottie, 64, 64, buf); in lv_example_lottie_1()
|
/lvgl-latest/src/widgets/lottie/ |
D | lv_lottie.h | 56 void lv_lottie_set_buffer(lv_obj_t * obj, int32_t w, int32_t h, void * buf);
|
D | lv_lottie.c | 73 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/ |
D | lottie.rst | 53 The buffer can be set with either :cpp:expr:`lv_lottie_set_buffer(lottie, w, h, buf)`
|