Home
last modified time | relevance | path

Searched refs:base_line (Results 1 – 25 of 45) sorted by relevance

12

/lvgl-3.6.0/tests/src/test_cases/
Dtest_font_loader.c86 TEST_ASSERT_EQUAL_INT_MESSAGE(f1->base_line, f2->base_line, "base_line"); in compare_fonts()
/lvgl-3.6.0/src/font/
Dlv_font.h73 lv_coord_t base_line; /**< Base line measured from the top of the line_height*/ member
Dlv_font_unscii_16.c638 .base_line = 0, /*Baseline measured from the bottom of the line*/
Dlv_font_unscii_8.c474 .base_line = 0, /*Baseline measured from the bottom of the line*/
Dlv_font_montserrat_28.c5136 .base_line = 5, /*Baseline measured from the bottom of the line*/
Dlv_font_montserrat_10.c1649 .base_line = 2, /*Baseline measured from the bottom of the line*/
Dlv_font_montserrat_30.c5718 .base_line = 6, /*Baseline measured from the bottom of the line*/
Dlv_font_montserrat_12_subpx.c3851 .base_line = 3, /*Baseline measured from the bottom of the line*/
Dlv_font_montserrat_32.c6207 .base_line = 6, /*Baseline measured from the bottom of the line*/
Dlv_font_montserrat_14.c2186 .base_line = 3, /*Baseline measured from the bottom of the line*/
Dlv_font_montserrat_16.c2455 .base_line = 3, /*Baseline measured from the bottom of the line*/
Dlv_font_montserrat_34.c7006 .base_line = 7, /*Baseline measured from the bottom of the line*/
Dlv_font_montserrat_20.c3212 .base_line = 4, /*Baseline measured from the bottom of the line*/
/lvgl-3.6.0/src/extra/others/imgfont/
Dlv_imgfont.c68 font->base_line = 0; in lv_imgfont_create()
/lvgl-3.6.0/demos/benchmark/assets/
Dlv_font_bechmark_montserrat_12_compr_az.c.c309 .base_line = 3, /*Baseline measured from the bottom of the line*/
Dlv_font_bechmark_montserrat_16_compr_az.c.c347 .base_line = 3, /*Baseline measured from the bottom of the line*/
Dlv_font_bechmark_montserrat_28_compr_az.c.c498 .base_line = 5, /*Baseline measured from the bottom of the line*/
/lvgl-3.6.0/src/draw/sdl/
Dlv_draw_sdl_label.c104 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/
Dlv_gpu_d2_draw_label.c264 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/
Dlv_freetype.c386 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/
Dlv_span.c860 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/
Dlv_tiny_ttf.c266 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/
Dfont_3.c940 .base_line = 5, /*Baseline measured from the bottom of the line*/
/lvgl-3.6.0/src/draw/
Dlv_draw_label.c324 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/
Dfont.md211 my_font.base_line = base_line; /*Base line measured from the top of line_heigh…

12