Home
last modified time | relevance | path

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

/lvgl-latest/src/others/imgfont/
Dlv_imgfont.c24 } imgfont_dsc_t; typedef
50 imgfont_dsc_t * dsc = lv_malloc_zeroed(sizeof(imgfont_dsc_t)); in lv_imgfont_create()
74 imgfont_dsc_t * dsc = (imgfont_dsc_t *)font->dsc; in lv_imgfont_destroy()
95 imgfont_dsc_t * dsc = (imgfont_dsc_t *)font->dsc; in imgfont_get_glyph_dsc()