Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_table.c101 lv_table_t * table_ptr = (lv_table_t *) table; in test_table_row_height_should_increase_with_multiline_cell_value() local
106 int32_t singleline_row_height = table_ptr->row_h[0]; in test_table_row_height_should_increase_with_multiline_cell_value()
109 int32_t multiline_row_height = table_ptr->row_h[0]; in test_table_row_height_should_increase_with_multiline_cell_value()
116 lv_table_t * table_ptr = (lv_table_t *) table; in test_table_should_wrap_long_texts() local
123 int32_t row_height = table_ptr->row_h[0]; in test_table_should_wrap_long_texts()
126 int32_t wrapped_row_height = table_ptr->row_h[0]; in test_table_should_wrap_long_texts()