Home
last modified time | relevance | path

Searched refs:lineStretch (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/experimental/sktext/src/
DText.cpp456 Stretch lineStretch = stretch; in addLine() local
457 lineStretch.moveTo(spaces); in addLine()
458 auto startRun = lineStretch.glyphStart().runIndex(); in addLine()
459 auto endRun = lineStretch.glyphEnd().runIndex(); in addLine()
474 auto glyphStart = isFirstRun ? lineStretch.glyphStart().glyphIndex() : 0; in addLine()
475 auto glyphEnd = isLastRun ? lineStretch.glyphEnd().glyphIndex() : logicalRun.size(); in addLine()
479 … auto textStart = isFirstRun ? lineStretch.textRange().fStart : logicalRun.fUtf16Range.fStart; in addLine()
480 auto textEnd = isLastRun ? lineStretch.textRange().fEnd : logicalRun.fUtf16Range.fEnd; in addLine()
484 lineStretch.textMetrics().baseline(), in addLine()
496 …wrappedText->fVisualLines.emplace_back(lineStretch.textRange(), hardLineBreak, wrappedText->fActua… in addLine()
[all …]