Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/others/imgfont/
Dlv_imgfont.c30 static const uint8_t * imgfont_get_glyph_bitmap(const lv_font_t * font, uint32_t unicode);
65 font->get_glyph_bitmap = imgfont_get_glyph_bitmap; in lv_imgfont_create()
89 static const uint8_t * imgfont_get_glyph_bitmap(const lv_font_t * font, uint32_t unicode) in imgfont_get_glyph_bitmap() function