Searched refs:textIncludingNewlines (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
D | TextWrapper.cpp | 347 …TextRange textIncludingNewlines(fEndLine.startCluster()->textRange().start, startLine->textRange()… in breakTextIntoLines() local 349 textIncludingNewlines.end = parent->text().size(); in breakTextIntoLines() 376 textIncludingNewlines, clusters, clustersWithGhosts, widthWithSpaces, in breakTextIntoLines()
|
D | TextLine.h | 53 TextRange textIncludingNewlines,
|
D | TextWrapper.h | 172 TextRange textIncludingNewlines,
|
D | ParagraphImpl.h | 129 … TextRange textExcludingSpaces, TextRange text, TextRange textIncludingNewlines,
|
D | TextLine.cpp | 87 TextRange textIncludingNewlines, in TextLine() argument 96 , fTextIncludingNewlines(textIncludingNewlines) in TextLine()
|