Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_roller.c212 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()
A Dlv_calendar.c619 …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()
A Dlv_label.c485 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()
A Dlv_ddlist.c511 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()
A Dlv_cb.c308 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()
A Dlv_ta.c562 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()
A Dlv_table.c801 …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()
A Dlv_mbox.c509 lv_coord_t font_h = lv_font_get_line_height(btn_rel_style->text.font); in mbox_realign()
A Dlv_tabview.c1016 … btns_size = lv_font_get_line_height(style_btn_rel->text.font) + style_btn_rel->body.padding.top + in tabview_realign()
/AliOS-Things-master/components/littlevgl/src/lv_font/
A Dlv_font.h110 static inline uint8_t lv_font_get_line_height(const lv_font_t * font_p) in lv_font_get_line_height() function
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_label.c74 lv_coord_t line_height = lv_font_get_line_height(font) + style->text.line_space; in lv_draw_label()
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_txt.c106 uint8_t letter_height = lv_font_get_line_height(font); in lv_txt_get_size()

Completed in 22 milliseconds