Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/rlottie/
Dlv_rlottie.c55 static lv_rlottie_create_info_t create_info; variable
67 create_info.width = width; in lv_rlottie_create_from_file()
68 create_info.height = height; in lv_rlottie_create_from_file()
69 create_info.path = path; in lv_rlottie_create_from_file()
70 create_info.rlottie_desc = NULL; in lv_rlottie_create_from_file()
81 create_info.width = width; in lv_rlottie_create_from_raw()
82 create_info.height = height; in lv_rlottie_create_from_raw()
83 create_info.rlottie_desc = rlottie_desc; in lv_rlottie_create_from_raw()
84 create_info.path = NULL; in lv_rlottie_create_from_raw()
119 if(create_info.rlottie_desc) { in lv_rlottie_constructor()
[all …]