Searched refs:lv_font_get_line_height (Results 1 – 15 of 15) sorted by relevance
272 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()
656 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()
603 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()
631 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()
247 lv_coord_t line_height = lv_font_get_line_height(font); in lv_checkbox_signal()
972 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()
493 header.h = lv_font_get_line_height(font); in refr_img()
569 lv_coord_t font_h = lv_font_get_line_height(font); in mbox_realign()
1039 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()
804 lv_coord_t font_h = lv_font_get_line_height(font); in lv_list_btn_signal()
945 … btns_h = lv_font_get_line_height(font) + tab_top + tab_bottom + tab_bg_top + tab_bg_bottom; in refr_btns_size()
123 static inline lv_coord_t lv_font_get_line_height(const lv_font_t * font_p) in lv_font_get_line_height() function
106 uint16_t letter_height = lv_font_get_line_height(font); in _lv_txt_get_size()
144 int32_t line_height_font = lv_font_get_line_height(font); in lv_draw_label()
261 - lv_font_get_line_height(LV_THEME_DEFAULT_FONT_TITLE) / 4); in calendar_init()