Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/others/imgfont/
Dlv_imgfont.c31 static bool imgfont_get_glyph_dsc(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out,
64 font->get_glyph_dsc = imgfont_get_glyph_dsc; in lv_imgfont_create()
97 static bool imgfont_get_glyph_dsc(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, in imgfont_get_glyph_dsc() function