Searched refs:textExcludingSpaces (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | TextWrapper.cpp | 826 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 D | ParagraphImpl.cpp | 1148 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 D | TextWrapper.h | 179 using AddLineToParagraph = std::function<void(TextRange textExcludingSpaces,
|
H A D | TextLine.h | 82 TextRange textExcludingSpaces,
|
H A D | ParagraphImpl.h | 140 TextRange textExcludingSpaces, TextRange text, TextRange textIncludingNewlines,
|
H A D | TextLine.cpp | 116 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