Searched refs:get_glyph_dsc (Results 1 – 25 of 41) sorted by relevance
12
/lvgl-3.4.0/src/font/ |
D | lv_font.c | 73 found = f->get_glyph_dsc(f, dsc_out, letter, letter_next); in lv_font_get_glyph_dsc()
|
D | lv_font.h | 63 …bool (*get_glyph_dsc)(const struct _lv_font_t *, lv_font_glyph_dsc_t *, uint32_t letter, uint32_t … member
|
D | lv_font_unscii_16.c | 635 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_unscii_8.c | 471 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_44.c | 10908 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_10.c | 1646 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_12.c | 1907 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_12_subpx.c | 3848 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_14.c | 2183 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_16.c | 2452 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_18.c | 2852 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_20.c | 3209 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_22.c | 3638 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_24.c | 4049 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_26.c | 4584 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_28.c | 5133 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_28_compressed.c | 3263 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
/lvgl-3.4.0/demos/stress/assets/ |
D | lv_font_montserrat_12_compr_az.c | 306 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_16_compr_az.c | 344 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_28_compr_az.c | 494 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
/lvgl-3.4.0/demos/benchmark/assets/ |
D | lv_font_bechmark_montserrat_12_compr_az.c.c | 306 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_bechmark_montserrat_16_compr_az.c.c | 344 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_bechmark_montserrat_28_compr_az.c.c | 495 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
/lvgl-3.4.0/src/extra/libs/freetype/ |
D | lv_freetype.c | 382 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.4.0/tests/src/test_fonts/ |
D | font_3.c | 937 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
12