Searched refs:row_idx (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_table.c | 200 uint32_t row_idx, col_idx; in test_table_should_reduce_cells() local 201 for(row_idx = 0; row_idx < initial_row_num; row_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() 210 for(row_idx = 0; row_idx < final_row_num; row_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 231 for(row_idx = 0; row_idx < initial_row_num; row_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() 240 for(row_idx = 0; row_idx < final_row_num; row_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()
|