Home
last modified time | relevance | path

Searched refs:line_space (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_roller.c213 style_label->text.line_space * n_line_space); in lv_roller_set_visible_row_count()
321 …a.y1 = roller->coords.y1 + lv_obj_get_height(roller) / 2 - font_h / 2 - style->text.line_space / 2; in lv_roller_design()
322 …if((font_h & 0x1) && (style->text.line_space & 0x1)) rect_area.y1--; /*Compensate the two rounding… in lv_roller_design()
323 rect_area.y2 = rect_area.y1 + font_h + style->text.line_space - 1; in lv_roller_design()
343 …a.y1 = roller->coords.y1 + lv_obj_get_height(roller) / 2 - font_h / 2 - style->text.line_space / 2; in lv_roller_design()
344 …if((font_h & 0x1) && (style->text.line_space & 0x1)) rect_area.y1--; /*Compensate the two rounding… in lv_roller_design()
345 rect_area.y2 = rect_area.y1 + font_h + style->text.line_space - 1; in lv_roller_design()
503 lv_coord_t label_unit = font_h + style_label->text.line_space; in lv_roller_scrl_signal()
506 id = (mid - label_y1 + style_label->text.line_space / 2) / label_unit; in lv_roller_scrl_signal()
620 …id * (font_h + style_label->text.line_space) + ext->ddlist.label->coords.y1 - roller_scrl->coords.… in refr_position()
[all …]
A Dlv_ddlist.c516 rect_area.y1 += ext->sel_opt_id * (font_h + style->text.line_space); in lv_ddlist_design()
517 rect_area.y1 -= style->text.line_space / 2; in lv_ddlist_design()
519 rect_area.y2 = rect_area.y1 + font_h + style->text.line_space - 1; in lv_ddlist_design()
540 area_sel.y1 += ext->sel_opt_id * (font_h + style->text.line_space); in lv_ddlist_design()
541 area_sel.y1 -= style->text.line_space / 2; in lv_ddlist_design()
543 area_sel.y2 = area_sel.y1 + font_h + style->text.line_space - 1; in lv_ddlist_design()
578 area_arrow.y1 = ddlist->coords.y1 + style->text.line_space; in lv_ddlist_design()
834 new_height = font_h + 2 * label_style->text.line_space; in lv_ddlist_refr_size()
926 …ext->sel_opt_id * (font_h + label_style->text.line_space) + ext->label->coords.y1 - scrl->coords.y… in lv_ddlist_pos_current_option()
A Dlv_label.c506 y += letter_height + style->text.line_space; in lv_label_get_letter_pos()
513 y += letter_height + style->text.line_space; in lv_label_get_letter_pos()
572 y += letter_height + style->text.line_space; in lv_label_get_letter_on()
687 y += letter_height + style->text.line_space; in lv_label_is_char_under_pos()
858 …_txt_get_size(&size, ext->text, style->text.font, style->text.letter_space, style->text.line_space, in lv_label_design()
880 …_txt_get_size(&size, ext->text, style->text.font, style->text.letter_space, style->text.line_space, in lv_label_design()
988 …lv_txt_get_size(&size, ext->text, font, style->text.letter_space, style->text.line_space, max_w, f… 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()
1090 …p.y -= style->text.line_space; /*Trim the last line … in lv_label_refr_text()
A Dlv_table.c673 cell_style->text.letter_space, cell_style->text.line_space, in lv_table_design()
706 … cell_style->text.letter_space, cell_style->text.line_space, in lv_table_design()
709 p1.y = txt_area.y1 + txt_size.y + cell_style->text.line_space / 2; in lv_table_design()
710 p2.y = txt_area.y1 + txt_size.y + cell_style->text.line_space / 2; in lv_table_design()
838 … cell_style->text.letter_space, cell_style->text.line_space, txt_w, LV_TXT_FLAG_NONE); in get_row_height()
A Dlv_img.c178 …lv_txt_get_size(&size, src_img, style->text.font, style->text.letter_space, style->text.line_space, in lv_img_set_src()
A Dlv_ta.c1163 pos.y += font_h + label_style->text.line_space + 1; in lv_ta_cursor_down()
1193 pos.y -= font_h + label_style->text.line_space - 1; in lv_ta_cursor_up()
1454 …>ext_draw_pad = LV_MATH_MAX(scrl->ext_draw_pad, style_label->text.line_space + font_h); in lv_ta_scrollable_signal()
1647 letter_pos.y += letter_h + label_style->text.line_space; in refr_cursor_area()
A Dlv_gauge.c375 …et_size(&label_size, scale_txt, style->text.font, style->text.letter_space, style->text.line_space, in lv_gauge_draw_scale()
A Dlv_chart.c1144 … lv_txt_get_size(&size, buf, style->text.font, style->text.letter_space, style->text.line_space, in lv_chart_draw_y_ticks()
1252 … lv_txt_get_size(&size, buf, style->text.font, style->text.letter_space, style->text.line_space, in lv_chart_draw_x_ticks()
A Dlv_btnm.c689 btn_style->text.line_space, lv_area_get_width(&area_btnm), txt_flag); in lv_btnm_design()
A Dlv_calendar.c672 arrow_style->text.line_space, LV_TXT_FLAG_NONE); in draw_header()
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_txt.c93 lv_coord_t line_space, lv_coord_t max_width, lv_txt_flag_t flag) in lv_txt_get_size() argument
112 size_res->y += line_space; in lv_txt_get_size()
123 size_res->y += letter_height + line_space; in lv_txt_get_size()
130 size_res->y -= line_space; in lv_txt_get_size()
A Dlv_txt.h75 lv_coord_t line_space, lv_coord_t max_width, lv_txt_flag_t flag);
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_label.c69 …lv_txt_get_size(&p, txt, style->text.font, style->text.letter_space, style->text.line_space, LV_CO… in lv_draw_label()
74 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_core/
A Dlv_style.h102 lv_coord_t line_space; /**< Space between lines (vertical) */ member
A Dlv_style.c98 lv_style_scr.text.line_space = 2; in lv_style_init()
244 STYLE_ATTR_MIX(text.line_space, ratio); in lv_style_mix()
/AliOS-Things-master/components/littlevgl/src/lv_themes/
A Dlv_theme_mono.c69 def.text.line_space = 1; in basic_init()
359 bg.text.line_space = LV_DPI / 12; in ddlist_init()
372 bg.text.line_space = LV_DPI / 12; in roller_init()
A Dlv_theme_nemo.c95 def.text.line_space = 2; in basic_init()
654 ddlist_bg.text.line_space = LV_DPI / 8; in ddlist_init()
677 roller_bg.text.line_space = LV_DPI / 6; in roller_init()
A Dlv_theme_alien.c93 def.text.line_space = 2; in basic_init()
677 ddlist_bg.text.line_space = LV_DPI / 8; in ddlist_init()
700 roller_bg.text.line_space = LV_DPI / 6; in roller_init()
A Dlv_theme_zen.c639 bg.text.line_space = LV_DPI / 8; in ddlist_init()
664 bg.text.line_space = LV_DPI / 6; in roller_init()
A Dlv_theme_material.c632 bg.text.line_space = LV_DPI / 8; in ddlist_init()
657 roller_bg.text.line_space = LV_DPI / 8; in roller_init()
A Dlv_theme_night.c625 ddlist_bg.text.line_space = LV_DPI / 8; in ddlist_init()

Completed in 39 milliseconds