Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/layouts/grid/
Dlv_grid.c554 lv_coord_t free_h = cont_h - grid_h; in calc_rows() local
555 if(free_h < 0) free_h = 0; in calc_rows()
563 c->h[i] = (free_h * f) / row_fr_cnt; in calc_rows()
569 c->h[last_fr_i] = free_h - ((free_h * (row_fr_cnt - last_fr_x)) / row_fr_cnt); in calc_rows()