Searched refs:base_line (Results 1 – 25 of 45) sorted by relevance
12
/lvgl-3.6.0/tests/src/test_cases/ |
D | test_font_loader.c | 86 TEST_ASSERT_EQUAL_INT_MESSAGE(f1->base_line, f2->base_line, "base_line"); in compare_fonts()
|
/lvgl-3.6.0/src/font/ |
D | lv_font.h | 73 lv_coord_t base_line; /**< Base line measured from the top of the line_height*/ member
|
D | lv_font_unscii_16.c | 638 .base_line = 0, /*Baseline measured from the bottom of the line*/
|
D | lv_font_unscii_8.c | 474 .base_line = 0, /*Baseline measured from the bottom of the line*/
|
D | lv_font_montserrat_28.c | 5136 .base_line = 5, /*Baseline measured from the bottom of the line*/
|
D | lv_font_montserrat_10.c | 1649 .base_line = 2, /*Baseline measured from the bottom of the line*/
|
D | lv_font_montserrat_30.c | 5718 .base_line = 6, /*Baseline measured from the bottom of the line*/
|
D | lv_font_montserrat_12_subpx.c | 3851 .base_line = 3, /*Baseline measured from the bottom of the line*/
|
D | lv_font_montserrat_32.c | 6207 .base_line = 6, /*Baseline measured from the bottom of the line*/
|
D | lv_font_montserrat_14.c | 2186 .base_line = 3, /*Baseline measured from the bottom of the line*/
|
D | lv_font_montserrat_16.c | 2455 .base_line = 3, /*Baseline measured from the bottom of the line*/
|
D | lv_font_montserrat_34.c | 7006 .base_line = 7, /*Baseline measured from the bottom of the line*/
|
D | lv_font_montserrat_20.c | 3212 .base_line = 4, /*Baseline measured from the bottom of the line*/
|
/lvgl-3.6.0/src/extra/others/imgfont/ |
D | lv_imgfont.c | 68 font->base_line = 0; in lv_imgfont_create()
|
/lvgl-3.6.0/demos/benchmark/assets/ |
D | lv_font_bechmark_montserrat_12_compr_az.c.c | 309 .base_line = 3, /*Baseline measured from the bottom of the line*/
|
D | lv_font_bechmark_montserrat_16_compr_az.c.c | 347 .base_line = 3, /*Baseline measured from the bottom of the line*/
|
D | lv_font_bechmark_montserrat_28_compr_az.c.c | 498 .base_line = 5, /*Baseline measured from the bottom of the line*/
|
/lvgl-3.6.0/src/draw/sdl/ |
D | lv_draw_sdl_label.c | 104 int32_t pos_y = pos_p->y + (font_p->line_height - font_p->base_line) - g.box_h - g.ofs_y; in lv_draw_sdl_draw_letter()
|
/lvgl-3.6.0/src/draw/renesas/ |
D | lv_gpu_d2_draw_label.c | 264 gpos.y = pos_p->y + (dsc->font->line_height - dsc->font->base_line) - g.box_h - g.ofs_y; in lv_draw_gpu_letter()
|
/lvgl-3.6.0/src/extra/libs/freetype/ |
D | lv_freetype.c | 386 font->base_line = -(face_size->face->size->metrics.descender >> 6); in lv_ft_font_init_cache() 585 font->base_line = -(face->size->metrics.descender >> 6); in lv_ft_font_init_nocache()
|
/lvgl-3.6.0/src/extra/widgets/span/ |
D | lv_span.c | 860 max_baseline = snippet.font->base_line; in lv_draw_span() 931 … pos.y = txt_pos.y + max_line_h - pinfo->line_h - (max_baseline - pinfo->font->base_line); in lv_draw_span() 1010 …p1.y = pos.y + pinfo->line_h - line_space - pinfo->font->base_line - pinfo->font->underline_positi… in lv_draw_span()
|
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 266 font->base_line = (lv_coord_t)(dsc->scale * (line_gap - dsc->descent)); in lv_tiny_ttf_set_size()
|
/lvgl-3.6.0/tests/src/test_fonts/ |
D | font_3.c | 940 .base_line = 5, /*Baseline measured from the bottom of the line*/
|
/lvgl-3.6.0/src/draw/ |
D | lv_draw_label.c | 324 p1.y = pos.y + dsc->font->line_height - dsc->font->base_line - font->underline_position; in lv_draw_label()
|
/lvgl-3.6.0/docs/overview/ |
D | font.md | 211 my_font.base_line = base_line; /*Base line measured from the top of line_heigh…
|
12