| /lvgl-latest/src/font/ |
| D | lv_binfont_loader.c | 67 int32_t load_kern(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, uint8_t format, uint32_t sta… 218 static bool load_cmaps_tables(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, in load_cmaps_tables() argument 221 …if(lv_fs_read(fp, cmap_table, font_dsc->cmap_num * sizeof(cmap_table_bin_t), NULL) != LV_FS_RES_OK… in load_cmaps_tables() 225 for(unsigned int i = 0; i < font_dsc->cmap_num; ++i) { in load_cmaps_tables() 231 lv_font_fmt_txt_cmap_t * cmap = (lv_font_fmt_txt_cmap_t *) & (font_dsc->cmaps[i]); in load_cmaps_tables() 285 static int32_t load_cmaps(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, uint32_t cmaps_start) in load_cmaps() argument 302 font_dsc->cmaps = cmaps; in load_cmaps() 303 font_dsc->cmap_num = cmaps_subtables_count; in load_cmaps() 305 cmap_table_bin_t * cmaps_tables = lv_malloc(sizeof(cmap_table_bin_t) * font_dsc->cmap_num); in load_cmaps() 307 bool success = load_cmaps_tables(fp, font_dsc, cmaps_start, cmaps_tables); in load_cmaps() [all …]
|
| D | lv_font_unscii_16.c | 601 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 603 static lv_font_fmt_txt_dsc_t font_dsc = { 638 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | lv_font_unscii_8.c | 437 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 439 static lv_font_fmt_txt_dsc_t font_dsc = { 474 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| /lvgl-latest/demos/ebike/generated/ |
| D | font_ebike_130.c | 2747 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 2749 static lv_font_fmt_txt_dsc_t font_dsc = { 2787 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | font_ebike_56.c | 655 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 657 static lv_font_fmt_txt_dsc_t font_dsc = { 695 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | font_ebike_trump_48.c | 3188 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 3190 static lv_font_fmt_txt_dsc_t font_dsc = { 3229 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | font_ebike_trump_72.c | 5962 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 5964 static lv_font_fmt_txt_dsc_t font_dsc = { 6003 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| /lvgl-latest/demos/benchmark/assets/ |
| D | lv_font_benchmark_montserrat_12_compr_az.c.c | 287 static lv_font_fmt_txt_dsc_t font_dsc = { variable 313 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | lv_font_benchmark_montserrat_16_compr_az.c.c | 325 static lv_font_fmt_txt_dsc_t font_dsc = { variable 351 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | lv_font_benchmark_montserrat_28_compr_az.c.c | 476 static lv_font_fmt_txt_dsc_t font_dsc = { variable 502 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| /lvgl-latest/tests/src/test_assets/ |
| D | test_font_montserrat_ascii_4bpp.c | 1625 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 1627 static lv_font_fmt_txt_dsc_t font_dsc = { 1664 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | test_font_montserrat_ascii_1bpp.c | 984 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 986 static lv_font_fmt_txt_dsc_t font_dsc = { 1023 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | test_font_montserrat_ascii_2bpp.c | 1208 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 1210 static lv_font_fmt_txt_dsc_t font_dsc = { 1247 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | test_font_montserrat_ascii_3bpp_compressed.c | 1252 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 1254 static lv_font_fmt_txt_dsc_t font_dsc = { 1293 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| /lvgl-latest/demos/multilang/assets/fonts/ |
| D | font_multilang_large.c | 1879 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 1881 static lv_font_fmt_txt_dsc_t font_dsc = { 1918 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| /lvgl-latest/demos/high_res/fonts/ |
| D | font_lv_demo_high_res_roboto_slab_light_80.c | 24288 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 24290 static lv_font_fmt_txt_dsc_t font_dsc = { 24329 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | font_lv_demo_high_res_roboto_slab_regular_20.c | 2355 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 2357 static lv_font_fmt_txt_dsc_t font_dsc = { 2396 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | font_lv_demo_high_res_roboto_slab_regular_30.c | 4095 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 4097 static lv_font_fmt_txt_dsc_t font_dsc = { 4136 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | font_lv_demo_high_res_roboto_slab_regular_40.c | 6903 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 6905 static lv_font_fmt_txt_dsc_t font_dsc = { 6944 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | font_lv_demo_high_res_roboto_slab_regular_45.c | 8308 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 8310 static lv_font_fmt_txt_dsc_t font_dsc = { 8349 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | font_lv_demo_high_res_roboto_slab_regular_60.c | 14118 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 14120 static lv_font_fmt_txt_dsc_t font_dsc = { 14159 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | font_lv_demo_high_res_roboto_slab_regular_90.c | 31388 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 31390 static lv_font_fmt_txt_dsc_t font_dsc = { 31429 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | font_lv_demo_high_res_roboto_slab_light_160.c | 92425 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 92427 static lv_font_fmt_txt_dsc_t font_dsc = { 92466 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | font_lv_demo_high_res_roboto_slab_light_180.c | 116514 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 116516 static lv_font_fmt_txt_dsc_t font_dsc = { 116555 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|
| D | font_lv_demo_high_res_roboto_slab_light_240.c | 205253 static const lv_font_fmt_txt_dsc_t font_dsc = { variable 205255 static lv_font_fmt_txt_dsc_t font_dsc = { 205294 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
|