Home
last modified time | relevance | path

Searched refs:lv_font_get_line_height (Results 1 – 15 of 15) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_roller.c272 lv_obj_set_height(roller, (lv_font_get_line_height(font) + line_space) * row_cnt); in lv_roller_set_visible_row_count()
428 lv_coord_t font_h = lv_font_get_line_height(font); in lv_roller_design()
451 …lv_coord_t bg_font_h = lv_font_get_line_height(lv_obj_get_style_text_font(roller, LV_ROLLER… in lv_roller_design()
534 lv_coord_t font_h = lv_font_get_line_height(font); in lv_roller_label_design()
733 lv_coord_t font_h = lv_font_get_line_height(font); in lv_roller_scrl_signal()
847 lv_coord_t font_h = lv_font_get_line_height(font); in refr_position()
1019 lv_coord_t font_h = lv_font_get_line_height(font); in inf_normalize()
Dlv_calendar.c656 return lv_font_get_line_height(font) + top + bottom; in get_header_height()
670 return lv_font_get_line_height(font) + top + bottom; in get_day_names_height()
691 header_area.y2 = header_area.y1 + lv_font_get_line_height(font); in draw_header()
776 label_area.y2 = label_area.y1 + lv_font_get_line_height(font); in draw_day_names()
867 …label_area.y1 = box_area.y1 + (lv_area_get_height(&box_area) - lv_font_get_line_height(nums_font))… in draw_dates()
868 label_area.y2 = label_area.y1 + lv_font_get_line_height(nums_font); in draw_dates()
Dlv_label.c603 lv_coord_t letter_height = lv_font_get_line_height(font); in lv_label_get_letter_pos()
710 lv_coord_t letter_height = lv_font_get_line_height(font); in lv_label_get_letter_on()
875 lv_coord_t letter_height = lv_font_get_line_height(font); in lv_label_is_char_under_pos()
1139 … label_draw_dsc.ofs_y = ext->offset.y + size.y + lv_font_get_line_height(label_draw_dsc.font); in lv_label_design()
1292 …anim_set_values(&a, 0, lv_area_get_height(&txt_coords) - size.y - (lv_font_get_line_height(font))); in lv_label_refr_text()
1357 lv_anim_set_values(&a, 0, -size.y - (lv_font_get_line_height(font))); in lv_label_refr_text()
1391 (lv_font_get_line_height(font) + line_space); /*Round down to the last line*/ in lv_label_refr_text()
Dlv_textarea.c631 lv_coord_t font_h = lv_font_get_line_height(font); in lv_textarea_set_cursor_pos()
763 lv_coord_t font_h = lv_font_get_line_height(font); in lv_textarea_set_one_line()
1231 lv_coord_t font_h = lv_font_get_line_height(font); in lv_textarea_cursor_down()
1263 lv_coord_t font_h = lv_font_get_line_height(font); in lv_textarea_cursor_up()
1441 lv_coord_t font_h = lv_font_get_line_height(font); in lv_textarea_signal()
1530 lv_coord_t font_h = lv_font_get_line_height(font); in lv_textarea_scrollable_signal()
1728 lv_coord_t letter_h = lv_font_get_line_height(font); in refr_cursor_area()
Dlv_checkbox.c247 lv_coord_t line_height = lv_font_get_line_height(font); in lv_checkbox_signal()
Dlv_dropdown.c972 lv_obj_set_height(ddlist, top + bottom + lv_font_get_line_height(font)); in lv_dropdown_signal()
1151 lv_coord_t font_h = lv_font_get_line_height(font); in draw_box()
1201 lv_coord_t font_h = lv_font_get_line_height(label_dsc.font); in draw_box_label()
1320 lv_coord_t font_h = lv_font_get_line_height(font); in position_to_selected()
Dlv_imgbtn.c493 header.h = lv_font_get_line_height(font); in refr_img()
Dlv_msgbox.c569 lv_coord_t font_h = lv_font_get_line_height(font); in mbox_realign()
Dlv_table.c1039 lv_coord_t h_max = lv_font_get_line_height(font[0]) + cell_top[0] + cell_bottom[0]; in get_row_height()
1066 …h_max = LV_MATH_MAX(lv_font_get_line_height(font[cell_type]) + cell_top[cell_type] + cell_bottom[c… in get_row_height()
Dlv_list.c804 lv_coord_t font_h = lv_font_get_line_height(font); in lv_list_btn_signal()
Dlv_tabview.c945 … btns_h = lv_font_get_line_height(font) + tab_top + tab_bottom + tab_bg_top + tab_bg_bottom; in refr_btns_size()
/lvgl-2.7.6/src/lv_font/
Dlv_font.h123 static inline lv_coord_t lv_font_get_line_height(const lv_font_t * font_p) in lv_font_get_line_height() function
/lvgl-2.7.6/src/lv_misc/
Dlv_txt.c106 uint16_t letter_height = lv_font_get_line_height(font); in _lv_txt_get_size()
/lvgl-2.7.6/src/lv_draw/
Dlv_draw_label.c144 int32_t line_height_font = lv_font_get_line_height(font); in lv_draw_label()
/lvgl-2.7.6/src/lv_themes/
Dlv_theme_mono.c261 - lv_font_get_line_height(LV_THEME_DEFAULT_FONT_TITLE) / 4); in calendar_init()