Home
last modified time | relevance | path

Searched refs:lv_rlottie_create_from_raw (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/examples/libs/rlottie/
Dlv_example_rlottie_1.c11 …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/
Dlv_rlottie.h42 lv_obj_t * lv_rlottie_create_from_raw(lv_obj_t * parent, int32_t width, int32_t height,
Dlv_rlottie.c79 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/
Drlottie.rst93 lv_obj_t* lottie = lv_rlottie_create_from_raw(parent, width, height, (const char *)lottie_data);