Lines Matching defs:spacing
925 // In some cases we apply spacing to glyphs first and then build the cluster table, in some we do
944 // We don't have to do anything about spacing (most common case)
963 // The complex case: many text styles with spacing (possibly not adjusted to glyphs)
991 // Process word spacing
999 SkScalar spacing = currentStyle->fStyle.getWordSpacing();
1000 run.addSpacesAtTheEnd(spacing, lastSpaceCluster);
1001 run.shift(cluster, spacing);
1002 shift += spacing;
1006 // Process letter spacing
1183 auto spacing = line.autoSpacing();
1184 auto longestLine = std::max(run.advance().fX, advance.fX) + spacing;
1223 auto spacing = line.autoSpacing();
1224 auto longestLine = std::max(line.width(), line.widthWithEllipsisSpaces()) + spacing;