Searched refs:get_glyph_dsc (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_font/ |
A D | lv_font.c | 63 return font_p->get_glyph_dsc(font_p, dsc_out, letter, letter_next); in lv_font_get_glyph_dsc()
|
A D | lv_font.h | 60 …bool (*get_glyph_dsc)(const struct _lv_font_struct *, lv_font_glyph_dsc_t *, uint32_t letter, uint… member
|
A D | lv_font_unscii_8.c | 457 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
A D | lv_font_roboto_12.c | 1798 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
A D | lv_font_roboto_16.c | 2260 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
A D | lv_font_roboto_22.c | 3176 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
A D | lv_font_roboto_28.c | 4290 .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
|
Completed in 15 milliseconds