Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/freetype/
Dlv_freetype.c46 } lv_font_fmt_ft_dsc_t; typedef
190 lv_font_fmt_ft_dsc_t * dsc = (lv_font_fmt_ft_dsc_t *)face_id; in font_face_requester()
212 lv_font_fmt_ft_dsc_t * dsc = (lv_font_fmt_ft_dsc_t *)(font->dsc); in get_bold_glyph()
249 lv_font_fmt_ft_dsc_t * dsc = (lv_font_fmt_ft_dsc_t *)(font->dsc); in get_glyph_dsc_cb_cache()
337 lv_font_fmt_ft_dsc_t * dsc = (lv_font_fmt_ft_dsc_t *)(font->dsc); in get_glyph_bitmap_cb_cache()
355 size_t need_size = sizeof(lv_font_fmt_ft_dsc_t) + sizeof(lv_font_t); in lv_ft_font_init_cache()
356 lv_font_fmt_ft_dsc_t * dsc = lv_mem_alloc(need_size); in lv_ft_font_init_cache()
360 dsc->font = (lv_font_t *)(((char *)dsc) + sizeof(lv_font_fmt_ft_dsc_t)); in lv_ft_font_init_cache()
409 lv_font_fmt_ft_dsc_t * dsc = (lv_font_fmt_ft_dsc_t *)(font->dsc); in lv_ft_font_destroy_cache()
420 lv_font_fmt_ft_dsc_t * dsc; in face_find_in_list()
[all …]