Home
last modified time | relevance | path

Searched refs:h_row (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_cont.c456 lv_coord_t h_row = 0; in lv_cont_layout_pretty() local
474h_row = LV_MATH_MAX(h_row, lv_obj_get_height(child_rc)); /*Search the highest object*/ in lv_cont_layout_pretty()
489h_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 …lv_obj_align(obj2, cont, LV_ALIGN_IN_TOP_RIGHT, -pad, act_y + (h_row - lv_obj_get_height(obj2)) / … in lv_cont_layout_pretty()
514 act_y + (h_row - lv_obj_get_height(child_tmp)) / 2); in lv_cont_layout_pretty()
523 act_y += style->body.padding.inner + h_row; /*y increment*/ in lv_cont_layout_pretty()
A Dlv_table.c607 lv_coord_t h_row; in lv_table_design() local
620 h_row = get_row_height(table, row); in lv_table_design()
623 cell_area.y2 = cell_area.y1 + h_row; in lv_table_design()
678 txt_area.y1 = cell_area.y1 + h_row / 2 - txt_size.y / 2; in lv_table_design()
679 txt_area.y2 = cell_area.y1 + h_row / 2 + txt_size.y / 2; in lv_table_design()

Completed in 7 milliseconds