Searched refs:textExcludingSpaces (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
D | TextWrapper.cpp | 345 …TextRange textExcludingSpaces(fEndLine.startCluster()->textRange().start, fEndLine.endCluster()->t… in breakTextIntoLines() local 367 textExcludingSpaces.end = textExcludingSpaces.start; in breakTextIntoLines() 372 text.end = std::max(text.end, textExcludingSpaces.end); in breakTextIntoLines() 374 addLine(textExcludingSpaces, in breakTextIntoLines()
|
D | ParagraphImpl.cpp | 518 [&](TextRange textExcludingSpaces, in breakShapedTextIntoLines() 531 …auto& line = this->addLine(offset, advance, textExcludingSpaces, text, textWithNewlines, clusters,… in breakShapedTextIntoLines() 643 TextRange textExcludingSpaces, in addLine() argument 651 auto blocks = findAllBlocks(textExcludingSpaces); in addLine() 653 textExcludingSpaces, text, textIncludingNewLines, in addLine()
|
D | TextLine.h | 51 TextRange textExcludingSpaces,
|
D | TextWrapper.h | 170 using AddLineToParagraph = std::function<void(TextRange textExcludingSpaces,
|
D | ParagraphImpl.h | 129 … TextRange textExcludingSpaces, TextRange text, TextRange textIncludingNewlines,
|
D | TextLine.cpp | 85 TextRange textExcludingSpaces, in TextLine() argument 94 , fTextExcludingSpaces(textExcludingSpaces) in TextLine()
|