Home
last modified time | relevance | path

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

/lvgl-latest/src/others/imgfont/
Dlv_imgfont.c29 static const void * imgfont_get_glyph_bitmap(lv_font_glyph_dsc_t * g_dsc, lv_draw_buf_t * draw_buf);
60 font->get_glyph_bitmap = imgfont_get_glyph_bitmap; in lv_imgfont_create()
82 static const void * imgfont_get_glyph_bitmap(lv_font_glyph_dsc_t * g_dsc, lv_draw_buf_t * draw_buf) in imgfont_get_glyph_bitmap() function