Home
last modified time | relevance | path

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

12

/lvgl-2.7.6/src/lv_font/
Dlv_font.c64 return font_p->get_glyph_dsc(font_p, dsc_out, letter, letter_next); in lv_font_get_glyph_dsc()
Dlv_font.h65 …bool (*get_glyph_dsc)(const struct _lv_font_struct *, lv_font_glyph_dsc_t *, uint32_t letter, uint… member
Dlv_font_unscii_8.c456 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_18.c2785 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_20.c3131 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_22.c3548 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_24.c3949 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_26.c4469 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_12.c1864 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_12_subpx.c1864 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_14.c2133 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_16.c2396 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_42.c9823 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_44.c10623 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_46.c11552 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_48.c12234 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_28.c5003 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_28_compressed.c3193 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_30.c5569 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_32.c6046 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dlv_font_montserrat_34.c6823 .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/
Dlv_test_font_loader.c75 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/
Dfont_3.c942 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dfont_1.c1372 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
Dfont_2.c1402 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/

12