Home
last modified time | relevance | path

Searched refs:glyph_dsc (Results 1 – 25 of 39) sorted by relevance

12

/lvgl-3.5.0/src/draw/sdl/
Dlv_draw_sdl_label.c84 lv_draw_rect_dsc_t glyph_dsc; in lv_draw_sdl_draw_letter() local
88 lv_draw_rect_dsc_init(&glyph_dsc); in lv_draw_sdl_draw_letter()
89 glyph_dsc.bg_opa = LV_OPA_MIN; in lv_draw_sdl_draw_letter()
90 glyph_dsc.outline_opa = LV_OPA_MIN; in lv_draw_sdl_draw_letter()
91 glyph_dsc.shadow_opa = LV_OPA_MIN; in lv_draw_sdl_draw_letter()
92 glyph_dsc.bg_img_opa = LV_OPA_MIN; in lv_draw_sdl_draw_letter()
93 glyph_dsc.border_color = dsc->color; in lv_draw_sdl_draw_letter()
94 glyph_dsc.border_width = 1; in lv_draw_sdl_draw_letter()
95 draw_ctx->draw_rect(draw_ctx, &glyph_dsc, &glyph_coords); in lv_draw_sdl_draw_letter()
/lvgl-3.5.0/demos/benchmark/assets/
Dlv_font_bechmark_montserrat_12_compr_az.c.c173 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
289 .glyph_dsc = glyph_dsc,
Dlv_font_bechmark_montserrat_16_compr_az.c.c211 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
327 .glyph_dsc = glyph_dsc,
Dlv_font_bechmark_montserrat_28_compr_az.c.c362 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
478 .glyph_dsc = glyph_dsc,
/lvgl-3.5.0/src/font/
Dlv_font_loader.c172 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()
Dlv_font_fmt_txt.h165 const lv_font_fmt_txt_glyph_dsc_t * glyph_dsc; member
Dlv_font_unscii_8.c319 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
447 .glyph_dsc = glyph_dsc,
Dlv_font_unscii_16.c483 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
611 .glyph_dsc = glyph_dsc,
Dlv_font_montserrat_20.c2544 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
3185 .glyph_dsc = glyph_dsc,
Dlv_font_montserrat_22.c2973 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
3614 .glyph_dsc = glyph_dsc,
Dlv_font_montserrat_24.c3384 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
4025 .glyph_dsc = glyph_dsc,
Dlv_font_montserrat_26.c3919 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
4560 .glyph_dsc = glyph_dsc,
Dlv_font_montserrat_28.c4468 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
5109 .glyph_dsc = glyph_dsc,
Dlv_font_montserrat_28_compressed.c2598 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
3239 .glyph_dsc = glyph_dsc,
Dlv_font_montserrat_30.c5050 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
5691 .glyph_dsc = glyph_dsc,
Dlv_font_montserrat_32.c5539 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
6180 .glyph_dsc = glyph_dsc,
Dlv_font_montserrat_34.c6338 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
6979 .glyph_dsc = glyph_dsc,
Dlv_font_montserrat_36.c6982 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
7623 .glyph_dsc = glyph_dsc,
Dlv_font_montserrat_38.c7727 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
8368 .glyph_dsc = glyph_dsc,
Dlv_font_montserrat_40.c8575 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
9216 .glyph_dsc = glyph_dsc,
/lvgl-3.5.0/src/draw/sw/
Dlv_draw_sw_letter.c111 lv_draw_rect_dsc_t glyph_dsc; in lv_draw_sw_letter() local
115 lv_draw_rect_dsc_init(&glyph_dsc); in lv_draw_sw_letter()
116 glyph_dsc.bg_opa = LV_OPA_MIN; in lv_draw_sw_letter()
117 glyph_dsc.outline_opa = LV_OPA_MIN; in lv_draw_sw_letter()
118 glyph_dsc.shadow_opa = LV_OPA_MIN; in lv_draw_sw_letter()
119 glyph_dsc.bg_img_opa = LV_OPA_MIN; in lv_draw_sw_letter()
120 glyph_dsc.border_color = dsc->color; in lv_draw_sw_letter()
121 glyph_dsc.border_width = 1; in lv_draw_sw_letter()
122 draw_ctx->draw_rect(draw_ctx, &glyph_dsc, &glyph_coords); in lv_draw_sw_letter()
/lvgl-3.5.0/tests/src/test_fonts/
Dfont_3.c802 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
921 .glyph_dsc = glyph_dsc,
Dfont_1.c717 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
1353 .glyph_dsc = glyph_dsc,
Dfont_2.c747 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { variable
1383 .glyph_dsc = glyph_dsc,
/lvgl-3.5.0/tests/src/test_cases/
Dtest_font_loader.c190 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()

12