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_scr_act(), 100, 100, (const void *)lv_example_rl… in lv_example_rlottie_1()
|
/lvgl-latest/src/extra/libs/rlottie/ |
D | lv_rlottie.h | 59 lv_obj_t * lv_rlottie_create_from_raw(lv_obj_t * parent, lv_coord_t width, lv_coord_t height,
|
D | lv_rlottie.c | 71 lv_obj_t * lv_rlottie_create_from_raw(lv_obj_t * parent, lv_coord_t width, lv_coord_t height, const… in lv_rlottie_create_from_raw() function
|
/lvgl-latest/docs/libs/ |
D | rlottie.md | 60 lv_obj_t* lottie = lv_rlottie_create_from_raw(parent, width, height, (const char *)lottie_data);
|