Home
last modified time | relevance | path

Searched refs:unicode_letter_next (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.7.0/src/extra/libs/freetype/
Dlv_freetype.c236 … lv_font_glyph_dsc_t * dsc_out, uint32_t unicode_letter, uint32_t unicode_letter_next) in get_glyph_dsc_cb_cache() argument
238 LV_UNUSED(unicode_letter_next); in get_glyph_dsc_cb_cache()
326 if((dsc->style & FT_FONT_STYLE_ITALIC) && (unicode_letter_next == '\0')) { 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() argument
463 LV_UNUSED(unicode_letter_next); in get_glyph_dsc_cb_nocache()
519 if((dsc->style & FT_FONT_STYLE_ITALIC) && (unicode_letter_next == '\0')) { in get_glyph_dsc_cb_nocache()
/lvgl-3.7.0/src/font/
Dlv_font_fmt_txt.h221 uint32_t unicode_letter_next);
Dlv_font_fmt_txt.c149 uint32_t unicode_letter_next) in lv_font_get_glyph_dsc_fmt_txt() argument
162 uint32_t gid_next = get_glyph_dsc_id(font, unicode_letter_next); in lv_font_get_glyph_dsc_fmt_txt()
/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c86 uint32_t unicode_letter_next) in ttf_get_glyph_dsc_cb() argument
110 if(unicode_letter_next != 0) { in ttf_get_glyph_dsc_cb()
111 g2 = stbtt_FindGlyphIndex(&dsc->info, (int)unicode_letter_next); in ttf_get_glyph_dsc_cb()
/lvgl-3.7.0/docs/overview/
Dfont.md221 …* The next letter (`unicode_letter_next`) might be used to calculate the width required by this gl…
223 …ont_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t unicode_letter, uint32_t unicode_letter_next)