Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/rlottie/
Dlv_rlottie.c45 static const char * path_create; variable
60 path_create = path; in lv_rlottie_create_from_file()
77 path_create = NULL; in lv_rlottie_create_from_raw()
115 else if(path_create) { in lv_rlottie_constructor()
116 rlottie->animation = lottie_animation_from_file(path_create); in lv_rlottie_constructor()