Searched refs:path_ll (Results 1 – 1 of 1) sorted by relevance
33 lv_ll_t path_ll; /* font path record list */ member99 lv_ll_init(&manager->path_ll, sizeof(lv_font_path_t)); in lv_font_manager_create()122 LV_LL_READ(&manager->path_ll, font_path) { in lv_font_manager_delete()131 lv_ll_clear(&manager->path_ll); in lv_font_manager_delete()152 LV_LL_READ(&manager->path_ll, font_path) { in lv_font_manager_remove_path()163 lv_ll_remove(&manager->path_ll, font_path); in lv_font_manager_remove_path()384 lv_font_path_t * font_path = lv_ll_ins_tail(&manager->path_ll); in lv_font_manager_add_path_core()410 LV_LL_READ(&manager->path_ll, font_path) { in lv_font_manager_get_path()