Home
last modified time | relevance | path

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

/lvgl-latest/src/font/
Dlv_font.c61 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.c202 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/others/imgfont/
Dlv_imgfont.c90 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/libs/freetype/
Dlv_freetype_glyph.c138 lv_font_glyph_dsc_t * dsc_out = &data->glyph_dsc; in freetype_glyph_create_cb() local
/lvgl-latest/src/libs/tiny_ttf/
Dlv_tiny_ttf.c206 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()
452 lv_font_glyph_dsc_t * dsc_out = &node->glyph_dsc; in tiny_ttf_glyph_cache_create_cb() local