Home
last modified time | relevance | path

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

/lvgl-latest/src/layouts/grid/
Dlv_grid.c46 int32_t grid_h; member
257 …calc_out->grid_h = grid_align(cont_h, auto_h, get_grid_row_align(cont), row_gap, calc_out->row_num… in calc()
418 int32_t grid_h = 0; in calc_rows() local
426 grid_h += c->h[i]; in calc_rows()
430 grid_h += x; in calc_rows()
436 int32_t free_h = cont_h - grid_h; in calc_rows()