Searched refs:CellWidth (Results 1 – 2 of 2) sorted by relevance
293 unsigned CellWidth = in getMaximumCellWidth() local296 CellWidth += NetWidth; in getMaximumCellWidth()302 CellWidth = std::max(CellWidth, ThisWidth); in getMaximumCellWidth()304 return CellWidth; in getMaximumCellWidth()
1106 auto CellWidth = getMaximumCellWidth(CellIter, NetWidth); in alignArrayInitializersRightJustified() local1148 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()1157 Changes[Next->Index].Spaces = (CellWidth - ThisWidth); in alignArrayInitializersRightJustified()1343 unsigned CellWidth = 0; in calculateCellWidth() local1346 CellWidth = 0; in calculateCellWidth()1347 CellWidth += Changes[i].TokenLength; in calculateCellWidth()1348 CellWidth += (WithSpaces ? Changes[i].Spaces : 0); in calculateCellWidth()1350 return CellWidth; in calculateCellWidth()