Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/layouts/grid/
Dlv_grid.c406 bool auto_h = (h_set == LV_SIZE_CONTENT && !cont->h_layout) ? true : false; in calc() local
408 …calc_out->grid_h = grid_align(cont_h, auto_h, get_grid_row_align(cont), row_gap, calc_out->row_num… in calc()