Searched refs:glyph_id_ofs_list (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_font/ |
A D | lv_font_fmt_txt.h | 110 const void * glyph_id_ofs_list; member
|
A D | lv_font_fmt_txt.c | 130 const uint8_t * gid_ofs_8 = fdsc->cmaps[i].glyph_id_ofs_list; in get_glyph_dsc_id() 148 const uint8_t * gid_ofs_16 = fdsc->cmaps[i].glyph_id_ofs_list; in get_glyph_dsc_id()
|
A D | lv_font_roboto_12.c | 1194 .glyph_id_start = 1, .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0 1198 … .glyph_id_start = 96, .unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 50
|
A D | lv_font_roboto_16.c | 1656 .glyph_id_start = 1, .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0 1660 … .glyph_id_start = 96, .unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 50
|
A D | lv_font_roboto_22.c | 2572 .glyph_id_start = 1, .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0 2576 … .glyph_id_start = 96, .unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 50
|
A D | lv_font_roboto_28.c | 3686 .glyph_id_start = 1, .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0 3690 … .glyph_id_start = 96, .unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 50
|
A D | lv_font_unscii_8.c | 425 .glyph_id_start = 1, .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0
|
Completed in 17 milliseconds