Home
last modified time | relevance | path

Searched defs:dsc_out (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/font/
Dlv_font.c64 bool lv_font_get_glyph_dsc(const lv_font_t * font_p, lv_font_glyph_dsc_t * dsc_out, uint32_t letter, in lv_font_get_glyph_dsc()
Dlv_font_fmt_txt.c148 bool lv_font_get_glyph_dsc_fmt_txt(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t … in lv_font_get_glyph_dsc_fmt_txt()
/lvgl-latest/src/extra/others/imgfont/
Dlv_imgfont.c97 static bool imgfont_get_glyph_dsc(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, in imgfont_get_glyph_dsc()
/lvgl-latest/src/extra/libs/freetype/
Dlv_freetype.c206 FT_UInt glyph_index, lv_font_glyph_dsc_t * dsc_out) in get_bold_glyph()
236lv_font_glyph_dsc_t * dsc_out, uint32_t unicode_letter, uint32_t unicode_letter_next) in get_glyph_dsc_cb_cache()
461lv_font_glyph_dsc_t * dsc_out, uint32_t unicode_letter, uint32_t unicode_letter_next) in get_glyph_dsc_cb_nocache()
/lvgl-latest/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c85 static bool ttf_get_glyph_dsc_cb(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t un… in ttf_get_glyph_dsc_cb()