/lvgl-3.4.0/demos/stress/assets/ |
D | lv_font_montserrat_12_compr_az.c | 173 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 289 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_16_compr_az.c | 211 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 327 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_28_compr_az.c | 361 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 477 .glyph_dsc = glyph_dsc,
|
/lvgl-3.4.0/demos/benchmark/assets/ |
D | lv_font_bechmark_montserrat_12_compr_az.c.c | 173 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 289 .glyph_dsc = glyph_dsc,
|
D | lv_font_bechmark_montserrat_16_compr_az.c.c | 211 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 327 .glyph_dsc = glyph_dsc,
|
D | lv_font_bechmark_montserrat_28_compr_az.c.c | 362 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 478 .glyph_dsc = glyph_dsc,
|
/lvgl-3.4.0/src/font/ |
D | lv_font_loader.c | 172 if(NULL != dsc->glyph_dsc) { in lv_font_free() 173 lv_mem_free((void *)dsc->glyph_dsc); in lv_font_free() 346 lv_font_fmt_txt_glyph_dsc_t * glyph_dsc = (lv_font_fmt_txt_glyph_dsc_t *) in load_glyph() local 349 memset(glyph_dsc, 0, loca_count * sizeof(lv_font_fmt_txt_glyph_dsc_t)); in load_glyph() 351 font_dsc->glyph_dsc = glyph_dsc; in load_glyph() 356 lv_font_fmt_txt_glyph_dsc_t * gdsc = &glyph_dsc[i]; in load_glyph() 437 if(glyph_dsc[i].box_w * glyph_dsc[i].box_h == 0) { in load_glyph()
|
D | lv_font_fmt_txt.h | 165 const lv_font_fmt_txt_glyph_dsc_t * glyph_dsc; member
|
D | lv_font_unscii_16.c | 483 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 611 .glyph_dsc = glyph_dsc,
|
D | lv_font_unscii_8.c | 319 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 447 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_44.c | 10243 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 10884 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_10.c | 981 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 1622 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_12.c | 1242 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 1883 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_12_subpx.c | 3183 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 3824 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_14.c | 1518 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 2159 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_16.c | 1787 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 2428 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_18.c | 2187 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 2828 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_20.c | 2544 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 3185 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_22.c | 2973 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 3614 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_24.c | 3384 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 4025 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_26.c | 3919 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 4560 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_28.c | 4468 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 5109 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_28_compressed.c | 2598 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 3239 .glyph_dsc = glyph_dsc,
|
/lvgl-3.4.0/tests/src/test_fonts/ |
D | font_3.c | 802 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 921 .glyph_dsc = glyph_dsc,
|
/lvgl-3.4.0/tests/src/test_cases/ |
D | test_font_loader.c | 176 lv_font_fmt_txt_glyph_dsc_t * glyph_dsc1 = (lv_font_fmt_txt_glyph_dsc_t *)dsc1->glyph_dsc; in compare_fonts() 177 lv_font_fmt_txt_glyph_dsc_t * glyph_dsc2 = (lv_font_fmt_txt_glyph_dsc_t *)dsc2->glyph_dsc; in compare_fonts()
|