Lines Matching defs:InitialSpaces
1336 NetWidth = getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces);
1356 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces);
1358 Cells.begin(), CellIter, CellDescs.InitialSpaces,
1370 ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces);
1413 Change.NewlinesBefore == 0 ? BracePadding : CellDescs.InitialSpaces;
1418 Cells.begin(), CellIter, CellDescs.InitialSpaces,
1421 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces);
1436 auto ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces);
1464 unsigned InitialSpaces = 0;
1479 if (InitialSpaces == 0) {
1480 InitialSpaces = C.Spaces + C.TokenLength;
1484 InitialSpaces += Changes[j].Spaces + Changes[j].TokenLength;
1488 InitialSpaces += Changes[j].Spaces + Changes[j].TokenLength;
1518 Changes[j].Spaces = InitialSpaces - InitialTokenLength;
1566 Changes[i].Spaces = InitialSpaces;
1576 return linkCells({Cells, CellCounts, InitialSpaces});