Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.cpp826 TextRange textExcludingSpaces(fEndLine.startCluster()->textRange().start, fEndLine.endCluster()->textRange().end); in moveForward()
853 textExcludingSpaces.end = textExcludingSpaces.start; in moveForward()
858 text.end = std::max(text.end, textExcludingSpaces.end); in moveForward()
868 addLine(textExcludingSpaces, in moveForward()
1267 TextRange textExcludingSpaces(fEndLine.startCluster()->textRange().start, fEndLine.endCluster()->textRange().end); in moveForward()
1290 textExcludingSpaces.end = textExcludingSpaces.start; in moveForward()
1294 text.end = std::max(text.end, textExcludingSpaces.end); in moveForward()
1295 addLine(textExcludingSpaces, in moveForward()
[all...]
H A DParagraphImpl.cpp1148 auto textExcludingSpaces = TextRange(0, fTrailingSpaces); in GetLineFontMetrics() local
1180 textExcludingSpaces, textRange, textRange, in GetLineFontMetrics()
1202 [&](TextRange textExcludingSpaces, in GetLineFontMetrics()
1217 auto& line = this->addLine(offset, advance, textExcludingSpaces, text, textWithNewlines, clusters, clustersWithGhosts, widthWithSpaces, metrics); in GetLineFontMetrics()
1253 auto textExcludingSpaces = TextRange(0, fTrailingSpaces); in GetLineFontMetrics() local
1284 textExcludingSpaces, textRange, textRange, in GetLineFontMetrics()
1303 [&](TextRange textExcludingSpaces, in GetLineFontMetrics()
1316 auto& line = this->addLine(offset, advance, textExcludingSpaces, text, textWithNewlines, clusters, clustersWithGhosts, widthWithSpaces, metrics); in GetLineFontMetrics()
1439 TextRange textExcludingSpaces, in GetLineFontMetrics()
1449 textExcludingSpaces, tex in GetLineFontMetrics()
1437 addLine(SkVector offset, SkVector advance, TextRange textExcludingSpaces, TextRange text, TextRange textIncludingNewLines, ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces, InternalLineMetrics sizes) GetLineFontMetrics() argument
[all...]
H A DTextWrapper.h179 using AddLineToParagraph = std::function<void(TextRange textExcludingSpaces,
H A DTextLine.h82 TextRange textExcludingSpaces,
H A DParagraphImpl.h140 TextRange textExcludingSpaces, TextRange text, TextRange textIncludingNewlines,
H A DTextLine.cpp116 TextRange textExcludingSpaces,
125 , fTextExcludingSpaces(textExcludingSpaces)
112 TextLine(ParagraphImpl* owner, SkVector offset, SkVector advance, BlockRange blocks, TextRange textExcludingSpaces, TextRange text, TextRange textIncludingNewlines, ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces, InternalLineMetrics sizes) global() argument

Completed in 11 milliseconds