Searched refs:fTextExcludingSpaces (Results 1 – 2 of 2) sorted by relevance
69 TextRange trimmedText() const { return fTextExcludingSpaces; } in trimmedText()76 bool empty() const { return fTextExcludingSpaces.empty(); } in empty()191 TextRange fTextExcludingSpaces; variable
116 , fTextExcludingSpaces(textExcludingSpaces) in TextLine()366 this->buildTextBlob(fTextExcludingSpaces, style, context); in ensureTextBlobCachePopulated()753 fTextExcludingSpaces.end = cluster.textRange().end; in createTailEllipsis()763 fTextExcludingSpaces.end = fTextExcludingSpaces.start; in createTailEllipsis()801 fTextExcludingSpaces.start = cluster.textRange().start; in createHeadEllipsis()811 fTextExcludingSpaces.start = fTextExcludingSpaces.end; in createHeadEllipsis()1278 … TextRange(fTextExcludingSpaces.end, fTextIncludingNewlines.end), run->fTextRange); in shapeEllipsis()1317 result.fStartIndex = fOwner->getUTF16Index(fTextExcludingSpaces.start); in shapeEllipsis()1318 result.fEndExcludingWhitespaces = fOwner->getUTF16Index(fTextExcludingSpaces.end); in shapeEllipsis()1595 auto utf16Index = fOwner->getUTF16Index(this->fTextExcludingSpaces.end); in shapeEllipsis()[all …]