Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/freetype/
Dlv_freetype.c52 static FT_Error font_face_requester(FTC_FaceID face_id,
184 static FT_Error font_face_requester(FTC_FaceID face_id, in font_face_requester() argument
190 lv_font_fmt_ft_dsc_t * dsc = (lv_font_fmt_ft_dsc_t *)face_id; in font_face_requester()
251 FTC_FaceID face_id = (FTC_FaceID)dsc; in get_glyph_dsc_cb_cache() local
254 scaler.face_id = face_id; in get_glyph_dsc_cb_cache()
264 FT_UInt glyph_index = FTC_CMapCache_Lookup(cmap_cache, face_id, charmap_index, unicode_letter); in get_glyph_dsc_cb_cache()
286 desc_type.face_id = face_id; in get_glyph_dsc_cb_cache()
370 scaler.face_id = (FTC_FaceID)dsc; in lv_ft_font_init_cache()