Searched refs:imgfont_get_glyph_bitmap (Results 1 – 1 of 1) sorted by relevance
30 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