Searched refs:lv_font_get_glyph_dsc_fmt_txt (Results 1 – 25 of 36) sorted by relevance
12
/lvgl-latest/src/font/ |
D | lv_font_fmt_txt.h | 220 bool lv_font_get_glyph_dsc_fmt_txt(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t …
|
D | lv_font_unscii_16.c | 629 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_unscii_8.c | 465 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_fmt_txt.c | 148 bool lv_font_get_glyph_dsc_fmt_txt(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t … in lv_font_get_glyph_dsc_fmt_txt() function
|
D | lv_font_montserrat_20.c | 3205 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_22.c | 3634 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_24.c | 4045 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_26.c | 4580 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_28.c | 5129 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_28_compressed.c | 3259 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_32.c | 6200 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_34.c | 6999 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_36.c | 7643 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_42.c | 10078 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_48.c | 12557 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_8.c | 1428 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_10.c | 1642 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_12.c | 1903 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | lv_font_montserrat_12_subpx.c | 3844 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
/lvgl-latest/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-latest/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*/
|
D | font_1.c | 1369 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
D | font_2.c | 1399 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
12