Searched refs:row_h (Results 1 – 4 of 4) sorted by relevance
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()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()
214 table->row_h = lv_realloc(table->row_h, table->row_cnt * sizeof(table->row_h[0])); in lv_table_set_row_count()215 LV_ASSERT_MALLOC(table->row_h); in lv_table_set_row_count()216 if(table->row_h == NULL) return; in lv_table_set_row_count()519 table->row_h = lv_malloc(table->row_cnt * sizeof(table->row_h[0])); in lv_table_constructor()521 table->row_h[0] = LV_DPI_DEF; in lv_table_constructor()548 if(table->row_h) lv_free(table->row_h); in lv_table_destructor()576 for(i = 0; i < table->row_cnt; i++) h += table->row_h[i]; in lv_table_event()722 int32_t h_row = table->row_h[row]; in draw_main()889 table->row_h[i] = LV_CLAMP(minh, calculated_height, maxh); in refr_size_form_row()914 int32_t prev_row_size = table->row_h[row]; in refr_cell_size()[all …]
43 int32_t * row_h; member
482 int32_t row_h = row_y2 - row_y1; in item_repos() local525 item_h = row_h - get_margin_ver(item); in item_repos()529 … y = c->y[row_pos] + (row_h - item_h) / 2 + (lv_obj_get_style_margin_top(item, LV_PART_MAIN) - in item_repos()534 …y = c->y[row_pos] + row_h - lv_obj_get_height(item) - lv_obj_get_style_margin_bottom(item, LV_PART… in item_repos()