Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/layouts/grid/
Dlv_grid.c342 const lv_coord_t * col_templ = get_col_dsc(cont); in grid_update() local
344 if(col_templ == NULL || row_templ == NULL) return; in grid_update()
428 const lv_coord_t * col_templ = get_col_dsc(cont); in calc_cols() local
431 c->col_num = count_tracks(col_templ); in calc_cols()
439 if(IS_CONTENT(col_templ[i])) { in calc_cols()
462 lv_coord_t x = col_templ[i]; in calc_cols()
483 lv_coord_t x = col_templ[i]; in calc_cols()