Searched defs:dsc_out (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/font/ |
D | lv_font.c | 64 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()
|
D | lv_font_fmt_txt.c | 148 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/ |
D | lv_imgfont.c | 97 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/ |
D | lv_freetype.c | 206 FT_UInt glyph_index, lv_font_glyph_dsc_t * dsc_out) in get_bold_glyph() 236 … lv_font_glyph_dsc_t * dsc_out, uint32_t unicode_letter, uint32_t unicode_letter_next) in get_glyph_dsc_cb_cache() 461 … lv_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/ |
D | lv_tiny_ttf.c | 85 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()
|