Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/rlottie/
Dlv_rlottie.c44 static const char * rlottie_desc_create; variable
61 rlottie_desc_create = NULL; in lv_rlottie_create_from_file()
76 rlottie_desc_create = rlottie_desc; in lv_rlottie_create_from_raw()
112 if(rlottie_desc_create) { in lv_rlottie_constructor()
113 … rlottie->animation = lottie_animation_from_data(rlottie_desc_create, rlottie_desc_create, ""); in lv_rlottie_constructor()