Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_table.c93 lv_table_t * table_ptr = (lv_table_t *) table; in test_table_row_height_should_increase_with_multiline_cell_value() local
98 lv_coord_t singleline_row_height = table_ptr->row_h[0]; in test_table_row_height_should_increase_with_multiline_cell_value()
101 lv_coord_t multiline_row_height = table_ptr->row_h[0]; in test_table_row_height_should_increase_with_multiline_cell_value()
108 lv_table_t * table_ptr = (lv_table_t *) table; in test_table_should_wrap_long_texts() local
115 lv_coord_t row_height = table_ptr->row_h[0]; in test_table_should_wrap_long_texts()
118 lv_coord_t wrapped_row_height = table_ptr->row_h[0]; in test_table_should_wrap_long_texts()