Lines Matching defs:CellDescs
1325 CellDescriptions &&CellDescs) {
1326 if (!CellDescs.isRectangular())
1330 auto &Cells = CellDescs.Cells;
1333 for (auto i = 0U; i < CellDescs.CellCounts[0]; ++i, ++CellIter) {
1336 NetWidth = getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces);
1356 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces);
1358 Cells.begin(), CellIter, CellDescs.InitialSpaces,
1359 CellDescs.CellCounts[0], CellDescs.CellCounts.size());
1366 if (RowCount >= CellDescs.CellCounts.size())
1368 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]);
1370 ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces);
1400 CellDescriptions &&CellDescs) {
1402 if (!CellDescs.isRectangular())
1406 auto &Cells = CellDescs.Cells;
1413 Change.NewlinesBefore == 0 ? BracePadding : CellDescs.InitialSpaces;
1416 for (auto i = 1U; i < CellDescs.CellCounts[0]; i++, ++CellIter) {
1418 Cells.begin(), CellIter, CellDescs.InitialSpaces,
1419 CellDescs.CellCounts[0], CellDescs.CellCounts.size());
1421 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces);
1432 if (RowCount >= CellDescs.CellCounts.size())
1434 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]);
1436 auto ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces);