Searched refs:lv_rlottie_create_from_raw (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/examples/libs/rlottie/ |
D | lv_example_rlottie_1.c | 11 …lv_obj_t * lottie = lv_rlottie_create_from_raw(lv_screen_active(), 100, 100, (const void *)lv_exam… in lv_example_rlottie_1()
|
/lvgl-latest/src/libs/rlottie/ |
D | lv_rlottie.h | 42 lv_obj_t * lv_rlottie_create_from_raw(lv_obj_t * parent, int32_t width, int32_t height,
|
D | lv_rlottie.c | 79 lv_obj_t * lv_rlottie_create_from_raw(lv_obj_t * parent, int32_t width, int32_t height, const char … in lv_rlottie_create_from_raw() function
|
/lvgl-latest/docs/details/libs/ |
D | rlottie.rst | 93 lv_obj_t* lottie = lv_rlottie_create_from_raw(parent, width, height, (const char *)lottie_data);
|