Searched refs:CellWidth (Results 1 – 2 of 2) sorted by relevance
306 unsigned CellWidth = in getMaximumCellWidth() local309 CellWidth += NetWidth; in getMaximumCellWidth()315 CellWidth = std::max(CellWidth, ThisWidth); in getMaximumCellWidth()317 return CellWidth; in getMaximumCellWidth()
1335 auto CellWidth = getMaximumCellWidth(CellIter, NetWidth); in alignArrayInitializersRightJustified() local1379 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()1388 Changes[Next->Index].Spaces = (CellWidth - ThisWidth); in alignArrayInitializersRightJustified()1579 unsigned CellWidth = 0; in calculateCellWidth() local1582 CellWidth = 0; in calculateCellWidth()1583 CellWidth += Changes[i].TokenLength; in calculateCellWidth()1584 CellWidth += (WithSpaces ? Changes[i].Spaces : 0); in calculateCellWidth()1586 return CellWidth; in calculateCellWidth()