Searched refs:font_key_glyph_create (Results 1 – 1 of 1) sorted by relevance
42 static lv_font_glyph_key_t font_key_glyph_create(const lv_font_t * font_p, uint32_t letter);116 lv_font_glyph_key_t glyph_key = font_key_glyph_create(font_p, letter); in lv_draw_sdl_draw_letter()177 static lv_font_glyph_key_t font_key_glyph_create(const lv_font_t * font_p, uint32_t letter) in font_key_glyph_create() function