Searched refs:table_ptr (Results 1 – 1 of 1) sorted by relevance
101 lv_table_t * table_ptr = (lv_table_t *) table; in test_table_row_height_should_increase_with_multiline_cell_value() local106 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() local123 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()