Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp347 …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()
DTextLine.h53 TextRange textIncludingNewlines,
DTextWrapper.h172 TextRange textIncludingNewlines,
DParagraphImpl.h129 … TextRange textExcludingSpaces, TextRange text, TextRange textIncludingNewlines,
DTextLine.cpp87 TextRange textIncludingNewlines, in TextLine() argument
96 , fTextIncludingNewlines(textIncludingNewlines) in TextLine()