Home
last modified time | relevance | path

Searched refs:fTextExcludingSpaces (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DTextLine.h69 TextRange trimmedText() const { return fTextExcludingSpaces; } in trimmedText()
76 bool empty() const { return fTextExcludingSpaces.empty(); } in empty()
191 TextRange fTextExcludingSpaces; variable
DTextLine.cpp116 , 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 …]