Home
last modified time | relevance | path

Searched defs:unicode_letter (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/freetype/
Dlv_freetype_glyph.c79 …type_get_glyph_dsc_cb(const lv_font_t * font, lv_font_glyph_dsc_t * g_dsc, uint32_t unicode_letter, in freetype_get_glyph_dsc_cb()
/lvgl-latest/src/libs/tiny_ttf/
Dlv_tiny_ttf.c206 …tf_get_glyph_dsc_cb(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t unicode_letter, in ttf_get_glyph_dsc_cb()
454 uint32_t unicode_letter = node->unicode; in tiny_ttf_glyph_cache_create_cb() local
/lvgl-latest/src/draw/
Dlv_draw_label.c129 const lv_point_t * point, uint32_t unicode_letter) in lv_draw_character()
/lvgl-latest/src/font/
Dlv_font_fmt_txt.c202 …t_glyph_dsc_fmt_txt(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t unicode_letter, in lv_font_get_glyph_dsc_fmt_txt()