Home
last modified time | relevance | path

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

1234

/lvgl-latest/src/others/imgfont/
Dlv_imgfont.c63 font->base_line = 0; in lv_imgfont_create()
/lvgl-latest/demos/ebike/generated/
Dfont_ebike_130.c2779 .base_line = 2, /*Baseline measured from the bottom of the line*/
Dfont_ebike_56.c687 .base_line = 1, /*Baseline measured from the bottom of the line*/
/lvgl-latest/tests/src/test_cases/
Dtest_font_loader.c192 TEST_ASSERT_EQUAL_INT_MESSAGE(f1->base_line, f2->base_line, "base_line"); in compare_fonts()
/lvgl-latest/src/draw/
Dlv_draw_label.c191 dsc->pivot.y = font->line_height - font->base_line; in lv_draw_letter()
450 … fill_area.y1 = pos.y + font->line_height - font->base_line - font->underline_position; in lv_draw_label_iterate_characters()
460 …fill_area.y1 = pos.y + (font->line_height - font->base_line) * 2 / 3 + font->underline_thickness /… in lv_draw_label_iterate_characters()
566 letter_coords.y1 = pos->y + (font->line_height - font->base_line) - g.box_h - g.ofs_y; in lv_draw_unit_draw_letter()
/lvgl-latest/src/font/
Dlv_font.h110 int32_t base_line; /**< Base line measured from the bottom of the line_height*/ member
Dlv_font_unscii_16.c630 .base_line = 0, /*Baseline measured from the bottom of the line*/
Dlv_font_unscii_8.c466 .base_line = 0, /*Baseline measured from the bottom of the line*/
/lvgl-latest/demos/benchmark/assets/
Dlv_font_benchmark_montserrat_12_compr_az.c.c309 .base_line = 3, /*Baseline measured from the bottom of the line*/
Dlv_font_benchmark_montserrat_16_compr_az.c.c347 .base_line = 3, /*Baseline measured from the bottom of the line*/
Dlv_font_benchmark_montserrat_28_compr_az.c.c498 .base_line = 5, /*Baseline measured from the bottom of the line*/
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_label.c652 … fill_area.y1 = pos.y + font->line_height - font->base_line - font->underline_position; in _draw_label_iterate_characters()
662 …fill_area.y1 = pos.y + (font->line_height - font->base_line) * 2 / 3 + font->underline_thickness /… in _draw_label_iterate_characters()
768 letter_coords.y1 = pos->y + (font->line_height - font->base_line) - g.box_h - g.ofs_y; in _draw_letter()
/lvgl-latest/tests/src/test_assets/
Dtest_font_montserrat_ascii_4bpp.c1656 .base_line = 4, /*Baseline measured from the bottom of the line*/
Dtest_font_3.c939 .base_line = 5, /*Baseline measured from the bottom of the line*/
Dtest_font_montserrat_ascii_1bpp.c1015 .base_line = 4, /*Baseline measured from the bottom of the line*/
Dtest_font_montserrat_ascii_2bpp.c1239 .base_line = 4, /*Baseline measured from the bottom of the line*/
/lvgl-latest/demos/multilang/assets/fonts/
Dfont_multilang_large.c1910 .base_line = 4, /*Baseline measured from the bottom of the line*/
/lvgl-latest/src/libs/freetype/
Dlv_freetype.c180 font->base_line = -FT_F26DOT6_TO_INT(face->size->metrics.descender); in lv_freetype_font_create()
/lvgl-latest/demos/high_res/fonts/
Dfont_lv_demo_high_res_roboto_slab_light_80.c24321 .base_line = 19, /*Baseline measured from the bottom of the line*/
Dfont_lv_demo_high_res_roboto_slab_regular_20.c2388 .base_line = 5, /*Baseline measured from the bottom of the line*/
Dfont_lv_demo_high_res_roboto_slab_regular_30.c4128 .base_line = 7, /*Baseline measured from the bottom of the line*/
Dfont_lv_demo_high_res_roboto_slab_regular_40.c6936 .base_line = 10, /*Baseline measured from the bottom of the line*/
Dfont_lv_demo_high_res_roboto_slab_regular_45.c8341 .base_line = 11, /*Baseline measured from the bottom of the line*/
Dfont_lv_demo_high_res_roboto_slab_regular_60.c14151 .base_line = 14, /*Baseline measured from the bottom of the line*/
Dfont_lv_demo_high_res_roboto_slab_regular_90.c31421 .base_line = 21, /*Baseline measured from the bottom of the line*/

1234