Searched refs:get_glyph_dsc (Results 1 – 25 of 31) sorted by relevance
12
/lvgl-2.7.6/src/lv_font/ |
D | lv_font.c | 64 return font_p->get_glyph_dsc(font_p, dsc_out, letter, letter_next); in lv_font_get_glyph_dsc()
|
D | lv_font.h | 65 …bool (*get_glyph_dsc)(const struct _lv_font_struct *, lv_font_glyph_dsc_t *, uint32_t letter, uint… member
|
D | lv_font_unscii_8.c | 456 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_18.c | 2785 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_20.c | 3131 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_22.c | 3548 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_24.c | 3949 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_26.c | 4469 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_12.c | 1864 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_12_subpx.c | 1864 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_14.c | 2133 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_16.c | 2396 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_42.c | 9823 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_44.c | 10623 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_46.c | 11552 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_48.c | 12234 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_28.c | 5003 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_28_compressed.c | 3193 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_30.c | 5569 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_32.c | 6046 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_34.c | 6823 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
/lvgl-2.7.6/tests/lv_test_core/ |
D | lv_test_font_loader.c | 75 lv_test_assert_ptr_eq(f1->get_glyph_dsc, f2->get_glyph_dsc, "glyph_dsc"); in compare_fonts()
|
/lvgl-2.7.6/tests/lv_test_fonts/ |
D | font_3.c | 942 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | font_1.c | 1372 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | font_2.c | 1402 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
12