Home
last modified time | relevance | path

Searched refs:textWithNewlines (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DTextLine.h70 TextRange textWithNewlines() const { return fTextIncludingNewlines; } in textWithNewlines() function
DParagraphImpl.cpp991 TextRange textWithNewlines, in GetLineFontMetrics()
1002 …o& line = this->addLine(offset, advance, textExcludingSpaces, text, textWithNewlines, clusters, cl… in GetLineFontMetrics()
1166 auto lineText = line.textWithNewlines(); in GetLineFontMetrics()
DTextLine.cpp1249 auto textRange = includingGhostSpaces ? this->textWithNewlines() : this->trimmedText(); in shapeEllipsis()
1476 if (this->trimmedText().end <this->textWithNewlines().end && // Line has trailing space in shapeEllipsis()
1477 … this->textWithNewlines().end == intersect.end && // Range is at the end of the line in shapeEllipsis()