Searched refs:col_idx (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_table.c | 200 uint32_t row_idx, col_idx; in test_table_should_reduce_cells() local 202 for(col_idx = 0; col_idx < initial_col_num; col_idx++) { in test_table_should_reduce_cells() 203 lv_table_set_cell_value(table, row_idx, col_idx, "00"); in test_table_should_reduce_cells() 211 for(col_idx = 0; col_idx < final_col_num; col_idx++) { in test_table_should_reduce_cells() 212 lv_table_set_cell_value(table, row_idx, col_idx, "00"); in test_table_should_reduce_cells() 230 uint32_t row_idx, col_idx; in test_table_should_reduce_cells_with_more_than_one_row() local 232 for(col_idx = 0; col_idx < initial_col_num; col_idx++) { in test_table_should_reduce_cells_with_more_than_one_row() 233 lv_table_set_cell_value(table, row_idx, col_idx, "00"); 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() 242 lv_table_set_cell_value(table, row_idx, col_idx, "00"); in test_table_should_reduce_cells_with_more_than_one_row()
|