Searched refs:cont_h (Results 1 – 1 of 1) sorted by relevance
256 int32_t cont_h = lv_obj_get_content_height(cont); in calc() local257 …calc_out->grid_h = grid_align(cont_h, auto_h, get_grid_row_align(cont), row_gap, calc_out->row_num… in calc()435 int32_t cont_h = lv_obj_get_content_height(cont) - row_gap * (c->row_num - 1); in calc_rows() local436 int32_t free_h = cont_h - grid_h; in calc_rows()