Searched refs:total_width (Results 1 – 4 of 4) sorted by relevance
118 void AccumulateColumnWidthsAndGaps(int* total_width, int* width_samples,
621 void ColPartitionSet::AccumulateColumnWidthsAndGaps(int* total_width, in AccumulateColumnWidthsAndGaps() argument628 *total_width += part->ColumnWidth(); in AccumulateColumnWidthsAndGaps()
1065 int total_width = 0; in ComputeMeanColumnGap() local1070 best_columns_[i]->AccumulateColumnWidthsAndGaps(&total_width, in ComputeMeanColumnGap()1076 : total_width / width_samples; in ComputeMeanColumnGap()
118 uint16_t total_width; member