Searched refs:CellWidth (Results 1 – 2 of 2) sorted by relevance
278 unsigned CellWidth = in getMaximumCellWidth() local281 CellWidth += NetWidth; in getMaximumCellWidth()287 CellWidth = std::max(CellWidth, ThisWidth); in getMaximumCellWidth()289 return CellWidth; in getMaximumCellWidth()
1004 auto CellWidth = getMaximumCellWidth(CellIter, NetWidth); in alignArrayInitializersRightJustified() local1044 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()1053 Changes[Next->Index].Spaces = (CellWidth - ThisWidth); in alignArrayInitializersRightJustified()1220 unsigned CellWidth = 0; in calculateCellWidth() local1223 CellWidth = 0; in calculateCellWidth()1224 CellWidth += Changes[i].TokenLength; in calculateCellWidth()1225 CellWidth += (WithSpaces ? Changes[i].Spaces : 0); in calculateCellWidth()1227 return CellWidth; in calculateCellWidth()