Searched refs:hardLineBreak (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/experimental/sktext/src/ |
D | Line.cpp | 7 …calLine(const Stretch& stretch, const Stretch& spaces, SkScalar verticalOffset, bool hardLineBreak) in LogicalLine() argument 17 , fHardLineBreak(hardLineBreak) { in LogicalLine()
|
D | VisualRun.h | 100 VisualLine(TextRange text, bool hardLineBreak, SkScalar verticalOffset, SkSpan<VisualRun> runs) in VisualLine() argument 107 , fIsHardBreak(hardLineBreak) in VisualLine()
|
D | Line.h | 174 …alLine(const Stretch& stretch, const Stretch& spaces, SkScalar verticalOffset, bool hardLineBreak);
|
D | Text.cpp | 454 …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/ |
D | Text.h | 154 …appedText* wrappedText, SkUnicode* unicode, Stretch& stretch, Stretch& spaces, bool hardLineBreak);
|