Home
last modified time | relevance | path

Searched refs:font_h (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_roller.c319 lv_coord_t font_h = lv_font_get_line_height(font); in lv_roller_design() local
323 rect_area.y2 = rect_area.y1 + font_h + style->text.line_space - 1; in lv_roller_design()
338 lv_coord_t font_h = lv_font_get_line_height(font); in lv_roller_design() local
345 rect_area.y2 = rect_area.y1 + font_h + style->text.line_space - 1; in lv_roller_design()
498 lv_coord_t font_h = lv_font_get_line_height(font); in lv_roller_scrl_signal() local
503 lv_coord_t label_unit = font_h + style_label->text.line_space; in lv_roller_scrl_signal()
608 lv_coord_t font_h = lv_font_get_line_height(font); in refr_position() local
621 lv_coord_t new_y = -line_y1 + (h - font_h) / 2; in refr_position()
689 lv_coord_t font_h = lv_font_get_line_height(font); in inf_normalize() local
692 lv_coord_t line_y1 = ext->ddlist.sel_opt_id * (font_h + style_label->text.line_space) + in inf_normalize()
[all …]
A Dlv_ddlist.c511 lv_coord_t font_h = lv_font_get_line_height(font); in lv_ddlist_design() local
516 rect_area.y1 += ext->sel_opt_id * (font_h + style->text.line_space); in lv_ddlist_design()
519 rect_area.y2 = rect_area.y1 + font_h + style->text.line_space - 1; in lv_ddlist_design()
536 lv_coord_t font_h = lv_font_get_line_height(font); in lv_ddlist_design() local
540 area_sel.y1 += ext->sel_opt_id * (font_h + style->text.line_space); in lv_ddlist_design()
543 area_sel.y2 = area_sel.y1 + font_h + style->text.line_space - 1; in lv_ddlist_design()
568 lv_coord_t font_h = lv_font_get_line_height(font); in lv_ddlist_design() local
579 area_arrow.y2 = area_arrow.y1 + font_h; in lv_ddlist_design()
833 lv_coord_t font_h = lv_font_get_line_height(font); in lv_ddlist_refr_size() local
920 lv_coord_t font_h = lv_font_get_line_height(font); in lv_ddlist_pos_current_option() local
[all …]
A Dlv_ta.c562 lv_coord_t font_h = lv_font_get_line_height(font_p); in lv_ta_set_cursor_pos() local
568 if(label_cords.y1 + cur_pos.y + font_h + style->body.padding.bottom > ta_cords.y2) { in lv_ta_set_cursor_pos()
573 if(lv_obj_get_x(label_par) + cur_pos.x < font_h) { in lv_ta_set_cursor_pos()
574 lv_obj_set_x(label_par, -cur_pos.x + font_h); in lv_ta_set_cursor_pos()
578 if(label_cords.x1 + cur_pos.x + font_h + style->body.padding.right > ta_cords.x2) { 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() local
1162 lv_coord_t font_h = lv_font_get_line_height(font_p); in lv_ta_cursor_down() local
1163 pos.y += font_h + label_style->text.line_space + 1; in lv_ta_cursor_down()
1192 lv_coord_t font_h = lv_font_get_line_height(font); in lv_ta_cursor_up() local
1193 pos.y -= font_h + label_style->text.line_space - 1; in lv_ta_cursor_up()
[all …]
A Dlv_mbox.c509 lv_coord_t font_h = lv_font_get_line_height(btn_rel_style->text.font); in mbox_realign() local
511font_h + btn_rel_style->body.padding.top + btn_rel_style->body.padding.bottom + in mbox_realign()

Completed in 11 milliseconds