/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_obj.c | 769 new_y = lv_obj_get_height(base) / 2 - lv_obj_get_height(obj) / 2; in lv_obj_align() 788 new_y = lv_obj_get_height(base) - lv_obj_get_height(obj); in lv_obj_align() 792 new_y = lv_obj_get_height(base) - lv_obj_get_height(obj); in lv_obj_align() 797 new_y = lv_obj_get_height(base) - lv_obj_get_height(obj); in lv_obj_align() 802 new_y = lv_obj_get_height(base) / 2 - lv_obj_get_height(obj) / 2; in lv_obj_align() 807 new_y = lv_obj_get_height(base) / 2 - lv_obj_get_height(obj) / 2; in lv_obj_align() 812 new_y = -lv_obj_get_height(obj); in lv_obj_align() 847 new_y = lv_obj_get_height(base) / 2 - lv_obj_get_height(obj) / 2; in lv_obj_align() 852 new_y = lv_obj_get_height(base) - lv_obj_get_height(obj); in lv_obj_align() 862 new_y = lv_obj_get_height(base) / 2 - lv_obj_get_height(obj) / 2; in lv_obj_align() [all …]
|
A D | lv_obj.h | 723 lv_coord_t lv_obj_get_height(const lv_obj_t * obj);
|
A D | lv_indev.c | 1087 lv_coord_t prev_par_h = lv_obj_get_height(lv_obj_get_parent(drag_obj)); 1121 lv_coord_t act_par_h = lv_obj_get_height(lv_obj_get_parent(drag_obj));
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_tabview.c | 132 … lv_obj_set_height(ext->content, lv_obj_get_height(new_tabview) - lv_obj_get_height(ext->btns)); in lv_tabview_create() 397 indic_size = lv_obj_get_height(ext->indic); in lv_tabview_set_tab_act() 881 indic_size = lv_obj_get_height(ext->indic); in tabpage_pressing_handler() 976 lv_obj_set_height(ext->content, lv_obj_get_height(tabview)); in tabview_realign() 999 lv_obj_set_height(ext->btns, lv_obj_get_height(tabview)); in tabview_realign() 1033 … lv_obj_set_height(ext->content, lv_obj_get_height(tabview) - lv_obj_get_height(ext->btns)); in tabview_realign() 1047 … lv_obj_set_height(ext->content, lv_obj_get_height(tabview) - lv_obj_get_height(ext->btns)); in tabview_realign() 1056 … lv_obj_set_height(ext->content, lv_obj_get_height(tabview) - lv_obj_get_height(ext->btns)); in tabview_realign() 1067 lv_obj_set_height(ext->btns, lv_obj_get_height(tabview)); in tabview_realign() 1079 lv_obj_set_height(ext->btns, lv_obj_get_height(tabview)); in tabview_realign() [all …]
|
A D | lv_cont.c | 249 …if(lv_obj_get_width(cont) != lv_area_get_width(param) || lv_obj_get_height(cont) != lv_area_get_he… in lv_cont_signal() 338 last_cord += lv_obj_get_height(child) + style->body.padding.inner; in lv_cont_layout_col() 408 h_tot += lv_obj_get_height(child) + style->body.padding.inner; in lv_cont_layout_center() 426 lv_obj_align(child, cont, LV_ALIGN_CENTER, 0, last_cord + lv_obj_get_height(child) / 2); in lv_cont_layout_center() 427 last_cord += lv_obj_get_height(child) + style->body.padding.inner; in lv_cont_layout_center() 474 … h_row = LV_MATH_MAX(h_row, lv_obj_get_height(child_rc)); /*Search the highest object*/ in lv_cont_layout_pretty() 489 … h_row = lv_obj_get_height(child_rc); /*Not set previously because of the early break*/ in lv_cont_layout_pretty() 502 …lv_obj_align(obj1, cont, LV_ALIGN_IN_TOP_LEFT, pad, act_y + (h_row - lv_obj_get_height(obj1)) / 2); in lv_cont_layout_pretty() 503 …_obj_align(obj2, cont, LV_ALIGN_IN_TOP_RIGHT, -pad, act_y + (h_row - lv_obj_get_height(obj2)) / 2); in lv_cont_layout_pretty() 514 act_y + (h_row - lv_obj_get_height(child_tmp)) / 2); in lv_cont_layout_pretty() [all …]
|
A D | lv_roller.c | 321 …rect_area.y1 = roller->coords.y1 + lv_obj_get_height(roller) / 2 - font_h / 2 - style->text.line_s… in lv_roller_design() 343 …rect_area.y1 = roller->coords.y1 + lv_obj_get_height(roller) / 2 - font_h / 2 - style->text.line_s… in lv_roller_design() 404 lv_obj_get_height(roller) != lv_area_get_height(param)) { in lv_roller_signal() 551 lv_coord_t h = lv_obj_get_height(roller); in draw_bg() 609 lv_coord_t h = lv_obj_get_height(roller); in refr_position() 661 …lv_obj_set_height(lv_page_get_scrl(roller), lv_obj_get_height(ext->ddlist.label) + lv_obj_get_heig… in refr_height() 690 lv_coord_t h = lv_obj_get_height(roller); in inf_normalize()
|
A D | lv_tileview.c | 217 lv_coord_t y_coord = -y * lv_obj_get_height(tileview); in lv_tileview_set_tile_act() 392 lv_coord_t h = lv_obj_get_height(tileview); in lv_tileview_scrl_signal() 453 … lv_obj_set_y(scrl, -ext->act_id.y * lv_obj_get_height(tileview) + style_bg->body.padding.top); in lv_tileview_scrl_signal() 500 p.y = -(scrl->coords.y1 - lv_obj_get_height(tileview) / 2); in drag_end_handler() 529 p.y = p.y / lv_obj_get_height(tileview); in drag_end_handler()
|
A D | lv_page.c | 377 return lv_obj_get_height(page) - bg_style->body.padding.top - bg_style->body.padding.bottom - in lv_page_get_fit_height() 468 lv_coord_t obj_h = lv_obj_get_height(obj); in lv_page_focus() 470 lv_coord_t page_h = lv_obj_get_height(page); in lv_page_focus() 688 lv_coord_t page_h = lv_obj_get_height(page); in lv_page_design() 834 lv_obj_get_height(page) != lv_area_get_height(param))) { in lv_page_signal() 851 lv_page_scroll_ver(page, -lv_obj_get_height(page) / 4); in lv_page_signal() 853 lv_page_scroll_ver(page, lv_obj_get_height(page) / 4); in lv_page_signal() 858 lv_page_scroll_ver(page, -lv_obj_get_height(page) / 4); in lv_page_signal() 865 lv_page_scroll_ver(page, lv_obj_get_height(page) / 4); in lv_page_signal() 1102 lv_coord_t scrl_h = lv_obj_get_height(scrl); in lv_page_sb_refresh() [all …]
|
A D | lv_arc.c | 225 lv_coord_t r = (LV_MATH_MIN(lv_obj_get_width(arc), lv_obj_get_height(arc))) / 2; in lv_arc_design() 227 lv_coord_t y = arc->coords.y1 + lv_obj_get_height(arc) / 2; in lv_arc_design()
|
A D | lv_label.c | 867 …if(ext->long_mode == LV_LABEL_LONG_SROLL_CIRC || lv_obj_get_height(label) < LV_LABEL_HINT_HEIGHT_L… in lv_label_design() 896 if(size.y > lv_obj_get_height(label)) { in lv_label_design() 1024 if(size.y > lv_obj_get_height(label) && hor_anim == false) { in lv_label_refr_text() 1025 anim.end = lv_obj_get_height(label) - size.y - (lv_font_get_line_height(font)); in lv_label_refr_text() 1066 if(size.y > lv_obj_get_height(label) && hor_anim == false) { in lv_label_refr_text() 1078 if(size.y <= lv_obj_get_height(label)) { /*No dots are required, the text is short enough*/ in lv_label_refr_text() 1087 p.y = lv_obj_get_height(label); in lv_label_refr_text()
|
A D | lv_win.c | 491 …get_width(param) != lv_obj_get_width(win) || lv_area_get_height(param) != lv_obj_get_height(win)) { in lv_win_signal() 550 …lv_obj_set_size(ext->page, lv_obj_get_width(win), lv_obj_get_height(win) - lv_obj_get_height(ext->… in lv_win_realign()
|
A D | lv_chart.c | 696 lv_coord_t h = lv_obj_get_height(chart); in lv_chart_draw_div() 753 lv_coord_t h = lv_obj_get_height(chart); in lv_chart_draw_lines() 813 lv_coord_t h = lv_obj_get_height(chart); in lv_chart_draw_points() 871 lv_coord_t h = lv_obj_get_height(chart); in lv_chart_draw_cols() 939 lv_coord_t h = lv_obj_get_height(chart); in lv_chart_draw_vertical_lines() 997 lv_coord_t h = lv_obj_get_height(chart); in lv_chart_draw_areas() 1067 lv_coord_t h = lv_obj_get_height(chart); in lv_chart_draw_y_ticks() 1176 lv_coord_t h = lv_obj_get_height(chart); in lv_chart_draw_x_ticks()
|
A D | lv_preload.c | 367 lv_coord_t r = (LV_MATH_MIN(lv_obj_get_width(preload), lv_obj_get_height(preload))) / 2; in lv_preload_design() 371 lv_coord_t y = preload->coords.y1 + lv_obj_get_height(preload) / 2; in lv_preload_design()
|
A D | lv_ddlist.c | 823 …lv_obj_get_height(lv_page_get_scrl(ddlist)) + style->body.padding.top + style->body.padding.bottom; in lv_ddlist_refr_size() 851 if(lv_obj_get_height(ddlist) != new_height) { in lv_ddlist_refr_size() 854 a.start = lv_obj_get_height(ddlist); in lv_ddlist_refr_size() 924 lv_coord_t h = lv_obj_get_height(ddlist); in lv_ddlist_pos_current_option()
|
A D | lv_page.h | 298 return lv_obj_get_height(lv_page_get_scrl(page)); in lv_page_get_scrl_height()
|
A D | lv_gauge.c | 351 lv_coord_t y_ofs = lv_obj_get_height(gauge) / 2 + gauge->coords.y1; in lv_gauge_draw_scale() 401 lv_coord_t y_ofs = lv_obj_get_height(gauge) / 2 + gauge->coords.y1; in lv_gauge_draw_needle()
|
A D | lv_slider.c | 472 lv_coord_t h = lv_obj_get_height(slider); in lv_slider_signal() 522 lv_obj_get_height(slider) != lv_area_get_height(param)) { in lv_slider_signal()
|
A D | lv_line.c | 224 lv_coord_t h = lv_obj_get_height(line); in lv_line_design()
|
A D | lv_ta.c | 569 … lv_obj_set_y(label_par, -(cur_pos.y - lv_obj_get_height(ta) + font_h + style->body.padding.top + in lv_ta_set_cursor_pos() 1167 if(pos.y < lv_obj_get_height(ext->label)) { in lv_ta_cursor_down() 1350 …if(lv_obj_get_width(ta) != lv_area_get_width(param) || lv_obj_get_height(ta) != lv_area_get_height… in lv_ta_signal() 1362 …if(lv_obj_get_width(ta) != lv_area_get_width(param) || lv_obj_get_height(ta) != lv_area_get_height… in lv_ta_signal() 1459 lv_obj_get_height(scrl) != lv_area_get_height(param)) { in lv_ta_scrollable_signal()
|
A D | lv_lmeter.c | 270 lv_coord_t y_ofs = lv_obj_get_height(lmeter) / 2 + lmeter->coords.y1; in lv_lmeter_design()
|
A D | lv_img.c | 78 ext->h = lv_obj_get_height(new_img); in lv_img_create()
|
A D | lv_list.c | 581 … lv_coord_t new_y = lv_obj_get_height(list) - (lv_obj_get_y(e_prev) + lv_obj_get_height(e_prev)); in lv_list_up()
|
A D | lv_mbox.c | 212 a.start = lv_obj_get_height(mbox); in lv_mbox_start_auto_close()
|
A D | lv_btn.c | 418 lv_coord_t h = lv_obj_get_height(btn); in lv_btn_design()
|
A D | lv_btnm.c | 169 …lv_coord_t max_h = lv_obj_get_height(btnm) - style_bg->body.padding.top - style_bg->bod… in lv_btnm_set_map()
|