/lvgl-latest/src/draw/sdl/ |
D | lv_draw_sdl_label.c | 83 lv_draw_rect_dsc_t glyph_dsc; in lv_draw_sdl_draw_letter() local 87 lv_draw_rect_dsc_init(&glyph_dsc); in lv_draw_sdl_draw_letter() 88 glyph_dsc.bg_opa = LV_OPA_MIN; in lv_draw_sdl_draw_letter() 89 glyph_dsc.outline_opa = LV_OPA_MIN; in lv_draw_sdl_draw_letter() 90 glyph_dsc.shadow_opa = LV_OPA_MIN; in lv_draw_sdl_draw_letter() 91 glyph_dsc.bg_img_opa = LV_OPA_MIN; in lv_draw_sdl_draw_letter() 92 glyph_dsc.border_color = dsc->color; in lv_draw_sdl_draw_letter() 93 glyph_dsc.border_width = 1; in lv_draw_sdl_draw_letter() 94 draw_ctx->draw_rect(draw_ctx, &glyph_dsc, &glyph_coords); in lv_draw_sdl_draw_letter()
|
/lvgl-latest/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-latest/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 | 482 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 606 .glyph_dsc = glyph_dsc,
|
D | lv_font_unscii_8.c | 318 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 442 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_20.c | 2543 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 3182 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_22.c | 2972 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 3611 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_24.c | 3383 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 4022 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_26.c | 3918 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 4557 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_28.c | 4467 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 5106 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_28_compressed.c | 2597 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 3236 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_32.c | 5538 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 6177 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_34.c | 6337 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 6976 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_36.c | 6981 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 7620 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_42.c | 9416 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 10055 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_48.c | 11895 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 12534 .glyph_dsc = glyph_dsc,
|
D | lv_font_montserrat_8.c | 766 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 1405 .glyph_dsc = glyph_dsc,
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_letter.c | 110 lv_draw_rect_dsc_t glyph_dsc; in lv_draw_sw_letter() local 114 lv_draw_rect_dsc_init(&glyph_dsc); in lv_draw_sw_letter() 115 glyph_dsc.bg_opa = LV_OPA_MIN; in lv_draw_sw_letter() 116 glyph_dsc.outline_opa = LV_OPA_MIN; in lv_draw_sw_letter() 117 glyph_dsc.shadow_opa = LV_OPA_MIN; in lv_draw_sw_letter() 118 glyph_dsc.bg_img_opa = LV_OPA_MIN; in lv_draw_sw_letter() 119 glyph_dsc.border_color = dsc->color; in lv_draw_sw_letter() 120 glyph_dsc.border_width = 1; in lv_draw_sw_letter() 121 draw_ctx->draw_rect(draw_ctx, &glyph_dsc, &glyph_coords); in lv_draw_sw_letter()
|
/lvgl-latest/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,
|
D | font_1.c | 717 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 1353 .glyph_dsc = glyph_dsc,
|
D | font_2.c | 747 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable 1383 .glyph_dsc = glyph_dsc,
|
/lvgl-latest/tests/src/test_cases/ |
D | test_font_loader.c | 190 lv_font_fmt_txt_glyph_dsc_t * glyph_dsc1 = (lv_font_fmt_txt_glyph_dsc_t *)dsc1->glyph_dsc; in compare_fonts() 191 lv_font_fmt_txt_glyph_dsc_t * glyph_dsc2 = (lv_font_fmt_txt_glyph_dsc_t *)dsc2->glyph_dsc; in compare_fonts()
|