Searched refs:base_line (Results 1 – 25 of 85) sorted by relevance
1234
/lvgl-latest/src/others/imgfont/ |
D | lv_imgfont.c | 63 font->base_line = 0; in lv_imgfont_create()
|
/lvgl-latest/demos/ebike/generated/ |
D | font_ebike_130.c | 2779 .base_line = 2, /*Baseline measured from the bottom of the line*/
|
D | font_ebike_56.c | 687 .base_line = 1, /*Baseline measured from the bottom of the line*/
|
/lvgl-latest/tests/src/test_cases/ |
D | test_font_loader.c | 192 TEST_ASSERT_EQUAL_INT_MESSAGE(f1->base_line, f2->base_line, "base_line"); in compare_fonts()
|
/lvgl-latest/src/draw/ |
D | lv_draw_label.c | 191 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/ |
D | lv_font.h | 110 int32_t base_line; /**< Base line measured from the bottom of the line_height*/ member
|
D | lv_font_unscii_16.c | 630 .base_line = 0, /*Baseline measured from the bottom of the line*/
|
D | lv_font_unscii_8.c | 466 .base_line = 0, /*Baseline measured from the bottom of the line*/
|
/lvgl-latest/demos/benchmark/assets/ |
D | lv_font_benchmark_montserrat_12_compr_az.c.c | 309 .base_line = 3, /*Baseline measured from the bottom of the line*/
|
D | lv_font_benchmark_montserrat_16_compr_az.c.c | 347 .base_line = 3, /*Baseline measured from the bottom of the line*/
|
D | lv_font_benchmark_montserrat_28_compr_az.c.c | 498 .base_line = 5, /*Baseline measured from the bottom of the line*/
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_label.c | 652 … 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/ |
D | test_font_montserrat_ascii_4bpp.c | 1656 .base_line = 4, /*Baseline measured from the bottom of the line*/
|
D | test_font_3.c | 939 .base_line = 5, /*Baseline measured from the bottom of the line*/
|
D | test_font_montserrat_ascii_1bpp.c | 1015 .base_line = 4, /*Baseline measured from the bottom of the line*/
|
D | test_font_montserrat_ascii_2bpp.c | 1239 .base_line = 4, /*Baseline measured from the bottom of the line*/
|
/lvgl-latest/demos/multilang/assets/fonts/ |
D | font_multilang_large.c | 1910 .base_line = 4, /*Baseline measured from the bottom of the line*/
|
/lvgl-latest/src/libs/freetype/ |
D | lv_freetype.c | 180 font->base_line = -FT_F26DOT6_TO_INT(face->size->metrics.descender); in lv_freetype_font_create()
|
/lvgl-latest/demos/high_res/fonts/ |
D | font_lv_demo_high_res_roboto_slab_light_80.c | 24321 .base_line = 19, /*Baseline measured from the bottom of the line*/
|
D | font_lv_demo_high_res_roboto_slab_regular_20.c | 2388 .base_line = 5, /*Baseline measured from the bottom of the line*/
|
D | font_lv_demo_high_res_roboto_slab_regular_30.c | 4128 .base_line = 7, /*Baseline measured from the bottom of the line*/
|
D | font_lv_demo_high_res_roboto_slab_regular_40.c | 6936 .base_line = 10, /*Baseline measured from the bottom of the line*/
|
D | font_lv_demo_high_res_roboto_slab_regular_45.c | 8341 .base_line = 11, /*Baseline measured from the bottom of the line*/
|
D | font_lv_demo_high_res_roboto_slab_regular_60.c | 14151 .base_line = 14, /*Baseline measured from the bottom of the line*/
|
D | font_lv_demo_high_res_roboto_slab_regular_90.c | 31421 .base_line = 21, /*Baseline measured from the bottom of the line*/
|
1234