Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_table.c272 uint32_t min_col_cnt = LV_MIN(old_col_cnt, col_cnt); in lv_table_set_col_cnt() local
279 sizeof(new_cell_data[0]) * min_col_cnt); in lv_table_set_col_cnt()
284 uint32_t idx = old_col_start + min_col_cnt + i; in lv_table_set_col_cnt()