Searched refs:lv_font_get_line_height (Results 1 – 12 of 12) sorted by relevance
212 lv_ddlist_set_fix_height(roller, lv_font_get_line_height(style_label->text.font) * row_cnt + in lv_roller_set_visible_row_count()319 lv_coord_t font_h = lv_font_get_line_height(font); in lv_roller_design()338 lv_coord_t font_h = lv_font_get_line_height(font); in lv_roller_design()498 lv_coord_t font_h = lv_font_get_line_height(font); in lv_roller_scrl_signal()608 lv_coord_t font_h = lv_font_get_line_height(font); in refr_position()689 lv_coord_t font_h = lv_font_get_line_height(font); in inf_normalize()
619 …return lv_font_get_line_height(ext->style_header->text.font) + ext->style_header->body.padding.top… in get_header_height()632 …return lv_font_get_line_height(ext->style_day_names->text.font) + ext->style_day_names->body.paddi… in get_day_names_height()692 label_area.y2 = label_area.y1 + lv_font_get_line_height(ext->style_day_names->text.font); in draw_day_names()714 lv_font_get_line_height(ext->style_day_names->text.font) + in draw_days()716 label_area.y2 = label_area.y1 + lv_font_get_line_height(style_bg->text.font); in draw_days()721 lv_coord_t vert_space = (h - (6 * lv_font_get_line_height(style_bg->text.font))) / 5; in draw_days()834 label_area.y1 += vert_space + lv_font_get_line_height(style_bg->text.font); in draw_days()835 label_area.y2 += vert_space + lv_font_get_line_height(style_bg->text.font); in draw_days()
485 uint8_t letter_height = lv_font_get_line_height(font); in lv_label_get_letter_pos()554 uint8_t letter_height = lv_font_get_line_height(font); in lv_label_get_letter_on()669 uint8_t letter_height = lv_font_get_line_height(font); in lv_label_is_char_under_pos()898 ofs.y = ext->offset.y + size.y + lv_font_get_line_height(style->text.font); in lv_label_design()1025 anim.end = lv_obj_get_height(label) - size.y - (lv_font_get_line_height(font)); in lv_label_refr_text()1067 anim.end = -size.y - (lv_font_get_line_height(font)); in lv_label_refr_text()1089 …(lv_font_get_line_height(style->text.font) + style->text.line_space); /*Round down to the last lin… in lv_label_refr_text()
511 lv_coord_t font_h = lv_font_get_line_height(font); in lv_ddlist_design()536 lv_coord_t font_h = lv_font_get_line_height(font); in lv_ddlist_design()568 lv_coord_t font_h = lv_font_get_line_height(font); in lv_ddlist_design()833 lv_coord_t font_h = lv_font_get_line_height(font); in lv_ddlist_refr_size()920 lv_coord_t font_h = lv_font_get_line_height(font); in lv_ddlist_pos_current_option()
308 lv_obj_set_size(ext->bullet, lv_font_get_line_height(label_style->text.font), in lv_cb_signal()309 lv_font_get_line_height(label_style->text.font)); in lv_cb_signal()
562 lv_coord_t font_h = lv_font_get_line_height(font_p); in lv_ta_set_cursor_pos()691 lv_coord_t font_h = lv_font_get_line_height(style_label->text.font); in lv_ta_set_one_line()1162 lv_coord_t font_h = lv_font_get_line_height(font_p); in lv_ta_cursor_down()1192 lv_coord_t font_h = lv_font_get_line_height(font); in lv_ta_cursor_up()1330 lv_coord_t font_h = lv_font_get_line_height(style_label->text.font); in lv_ta_signal()1453 lv_coord_t font_h = lv_font_get_line_height(style_label->text.font); in lv_ta_scrollable_signal()1629 lv_coord_t letter_h = lv_font_get_line_height(label_style->text.font); in refr_cursor_area()
801 …lv_coord_t h_max = lv_font_get_line_height(ext->cell_style[0]->text.font) + ext->cell_style[0]->bo… in get_row_height()829 …h_max = LV_MATH_MAX(lv_font_get_line_height(cell_style->text.font) + cell_style->body.padding.top + in get_row_height()
509 lv_coord_t font_h = lv_font_get_line_height(btn_rel_style->text.font); in mbox_realign()
1016 … btns_size = lv_font_get_line_height(style_btn_rel->text.font) + style_btn_rel->body.padding.top + in tabview_realign()
110 static inline uint8_t lv_font_get_line_height(const lv_font_t * font_p) in lv_font_get_line_height() function
74 lv_coord_t line_height = lv_font_get_line_height(font) + style->text.line_space; in lv_draw_label()
106 uint8_t letter_height = lv_font_get_line_height(font); in lv_txt_get_size()
Completed in 22 milliseconds