Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/layouts/grid/
Dlv_grid.c527 uint32_t row_fr_cnt = 0; in calc_rows() local
533 row_fr_cnt += GET_FR(x); in calc_rows()
555 c->h[i] = (free_h * f) / row_fr_cnt; in calc_rows()
563 c->h[last_fr_i] = free_h - ((free_h * (row_fr_cnt - last_fr_x)) / row_fr_cnt); in calc_rows()