Home
last modified time | relevance | path

Searched refs:textExcludingSpaces (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp345 …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()
DParagraphImpl.cpp518 [&](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()
DTextLine.h51 TextRange textExcludingSpaces,
DTextWrapper.h170 using AddLineToParagraph = std::function<void(TextRange textExcludingSpaces,
DParagraphImpl.h129 … TextRange textExcludingSpaces, TextRange text, TextRange textIncludingNewlines,
DTextLine.cpp85 TextRange textExcludingSpaces, in TextLine() argument
94 , fTextExcludingSpaces(textExcludingSpaces) in TextLine()