Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/extra/libs/freetype/
Dlv_freetype.c89 static lv_faces_control_t face_control; variable
148 _lv_ll_init(&face_control.face_ll, sizeof(FT_Face *)); in lv_freetype_init()
421 FT_Face * pface = _lv_ll_get_head(&face_control.face_ll); in face_find_in_list()
427 pface = _lv_ll_get_next(&face_control.face_ll, pface); in face_find_in_list()
436 pface = (FT_Face *)_lv_ll_ins_tail(&face_control.face_ll); in face_add_to_list()
442 FT_Face * pface = _lv_ll_get_head(&face_control.face_ll); in face_remove_from_list()
445 _lv_ll_remove(&face_control.face_ll, pface); in face_remove_from_list()
449 pface = _lv_ll_get_next(&face_control.face_ll, pface); in face_remove_from_list()