Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/widgets/
Dlv_table.c259 uint16_t old_col_cnt = table->col_cnt; in lv_table_set_col_cnt() local
272 uint32_t min_col_cnt = LV_MIN(old_col_cnt, col_cnt); in lv_table_set_col_cnt()
275 old_col_start = row * old_col_cnt; in lv_table_set_col_cnt()
283 for(i = 0; i < (int32_t)old_col_cnt - col_cnt; i++) { in lv_table_set_col_cnt()
305 for(col = old_col_cnt; col < col_cnt; col++) { in lv_table_set_col_cnt()