Searched refs:textWithNewlines (Results 1 – 3 of 3) sorted by relevance
70 TextRange textWithNewlines() const { return fTextIncludingNewlines; } in textWithNewlines() function
991 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()
1249 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()