Searched refs:widthWithSpaces (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | TextWrapper.cpp | 798 SkScalar widthWithSpaces; in moveForward() local 799 std::tie(startLine, pos, widthWithSpaces) = this->trimStartSpaces(end); in moveForward() 804 widthWithSpaces = fEndLine.widthWithGhostSpaces(); in moveForward() 870 textIncludingNewlines, clusters, clustersWithGhosts, widthWithSpaces, in moveForward() 880 softLineMaxIntrinsicWidth += widthWithSpaces; in moveForward() 892 parent->fMaxWidthWithTrailingSpaces = std::max(parent->fMaxWidthWithTrailingSpaces, widthWithSpaces); in moveForward() 1237 SkScalar widthWithSpaces; in moveForward() 1238 std::tie(startLine, pos, widthWithSpaces) = this->trimStartSpaces(end); in moveForward() 1242 widthWithSpaces = fEndLine.widthWithGhostSpaces(); in moveForward() 1297 textIncludingNewlines, clusters, clustersWithGhosts, widthWithSpaces, in moveForward() [all...] |
H A D | ParagraphImpl.cpp | 1207 SkScalar widthWithSpaces, in GetLineFontMetrics() 1217 auto& line = this->addLine(offset, advance, textExcludingSpaces, text, textWithNewlines, clusters, clustersWithGhosts, widthWithSpaces, metrics); in GetLineFontMetrics() 1308 SkScalar widthWithSpaces, in GetLineFontMetrics() 1316 auto& line = this->addLine(offset, advance, textExcludingSpaces, text, textWithNewlines, clusters, clustersWithGhosts, widthWithSpaces, metrics); in GetLineFontMetrics() 1320 fLongestLine = std::max(fLongestLine, nearlyZero(advance.fX) ? widthWithSpaces : advance.fX); in GetLineFontMetrics() 1444 SkScalar widthWithSpaces, in GetLineFontMetrics() 1450 clusters, clustersWithGhosts, widthWithSpaces, sizes); in GetLineFontMetrics() 1437 addLine(SkVector offset, SkVector advance, TextRange textExcludingSpaces, TextRange text, TextRange textIncludingNewLines, ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces, InternalLineMetrics sizes) GetLineFontMetrics() argument
|
H A D | TextLine.h | 87 SkScalar widthWithSpaces,
|
H A D | ParagraphImpl.h | 141 ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces,
|
H A D | TextLine.cpp | 121 SkScalar widthWithSpaces, 134 , fWidthWithSpaces(widthWithSpaces) 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 12 milliseconds