Home
last modified time | relevance | path

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

/third_party/skia/experimental/sktext/src/
DLine.cpp7 …calLine(const Stretch& stretch, const Stretch& spaces, SkScalar verticalOffset, bool hardLineBreak) in LogicalLine() argument
17 , fHardLineBreak(hardLineBreak) { in LogicalLine()
DVisualRun.h100 VisualLine(TextRange text, bool hardLineBreak, SkScalar verticalOffset, SkSpan<VisualRun> runs) in VisualLine() argument
107 , fIsHardBreak(hardLineBreak) in VisualLine()
DLine.h174 …alLine(const Stretch& stretch, const Stretch& spaces, SkScalar verticalOffset, bool hardLineBreak);
DText.cpp454 …ppedText* wrappedText, SkUnicode* unicode, Stretch& stretch, Stretch& spaces, bool hardLineBreak) { in addLine() argument
496 …wrappedText->fVisualLines.emplace_back(lineStretch.textRange(), hardLineBreak, wrappedText->fActua… in addLine()
/third_party/skia/experimental/sktext/include/
DText.h154 …appedText* wrappedText, SkUnicode* unicode, Stretch& stretch, Stretch& spaces, bool hardLineBreak);