Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_table.c192 const uint16_t final_col_num = 4; in test_table_should_reduce_cells() local
207 lv_table_set_col_cnt(table, final_col_num); in test_table_should_reduce_cells()
211 for(col_idx = 0; col_idx < final_col_num; col_idx++) { in test_table_should_reduce_cells()
222 const uint16_t final_col_num = 4; in test_table_should_reduce_cells_with_more_than_one_row() local
237 lv_table_set_col_cnt(table, final_col_num); in test_table_should_reduce_cells_with_more_than_one_row()
241 for(col_idx = 0; col_idx < final_col_num; col_idx++) { in test_table_should_reduce_cells_with_more_than_one_row()