Home
last modified time | relevance | path

Searched refs:get_glyph_dsc (Results 1 – 25 of 41) sorted by relevance

12

/lvgl-3.6.0/src/font/
Dlv_font.c80 bool found = f->get_glyph_dsc(f, dsc_out, letter, letter_next); in lv_font_get_glyph_dsc()
97 placeholder_font->get_glyph_dsc(placeholder_font, dsc_out, letter, letter_next); in lv_font_get_glyph_dsc()
Dlv_font.h66 …bool (*get_glyph_dsc)(const struct _lv_font_t *, lv_font_glyph_dsc_t *, uint32_t letter, uint32_t … member
Dlv_font_unscii_16.c635 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_unscii_8.c471 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_28.c5133 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_10.c1646 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_30.c5715 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_12_subpx.c3848 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_32.c6204 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_14.c2183 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_16.c2452 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_34.c7003 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_20.c3209 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_36.c7647 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_24.c4049 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_38.c8392 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_40.c9240 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_22.c3638 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
/lvgl-3.6.0/src/extra/others/imgfont/
Dlv_imgfont.c64 font->get_glyph_dsc = imgfont_get_glyph_dsc; in lv_imgfont_create()
/lvgl-3.6.0/demos/benchmark/assets/
Dlv_font_bechmark_montserrat_12_compr_az.c.c306 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_bechmark_montserrat_16_compr_az.c.c344 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_bechmark_montserrat_28_compr_az.c.c495 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
/lvgl-3.6.0/src/extra/libs/freetype/
Dlv_freetype.c382 font->get_glyph_dsc = get_glyph_dsc_cb_cache; in lv_ft_font_init_cache()
582 font->get_glyph_dsc = get_glyph_dsc_cb_nocache; in lv_ft_font_init_nocache()
/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c226 out_font->get_glyph_dsc = ttf_get_glyph_dsc_cb; in lv_tiny_ttf_create()
/lvgl-3.6.0/tests/src/test_fonts/
Dfont_3.c937 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/

12