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()
1143 auto CellWidth = getMaximumCellWidth(CellIter, NetWidth); in alignArrayInitializersRightJustified() local1185 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()1194 Changes[Next->Index].Spaces = (CellWidth - ThisWidth); in alignArrayInitializersRightJustified()1380 unsigned CellWidth = 0; in calculateCellWidth() local1383 CellWidth = 0; in calculateCellWidth()1384 CellWidth += Changes[i].TokenLength; in calculateCellWidth()1385 CellWidth += (WithSpaces ? Changes[i].Spaces : 0); in calculateCellWidth()1387 return CellWidth; in calculateCellWidth()