Searched refs:widthWithSpaces (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/modules/skparagraph/src/ |
| D | TextWrapper.cpp | 340 SkScalar widthWithSpaces; in moveForward() local 341 std::tie(startLine, pos, widthWithSpaces) = this->trimStartSpaces(end); in moveForward() 346 widthWithSpaces = fEndLine.widthWithGhostSpaces(); in moveForward() 423 textIncludingNewlines, clusters, clustersWithGhosts, widthWithSpaces, in moveForward() 431 softLineMaxIntrinsicWidth += widthWithSpaces; in moveForward() 443 …rent->fMaxWidthWithTrailingSpaces = std::max(parent->fMaxWidthWithTrailingSpaces, widthWithSpaces); in moveForward()
|
| D | ParagraphImpl.cpp | 834 SkScalar widthWithSpaces, in breakShapedTextIntoLines() 842 …xtExcludingSpaces, text, textWithNewlines, clusters, clustersWithGhosts, widthWithSpaces, metrics); in breakShapedTextIntoLines() 848 fLongestLine = std::max(fLongestLine, std::max(advance.fX, widthWithSpaces)); in breakShapedTextIntoLines() 943 SkScalar widthWithSpaces, in addLine() argument 949 clusters, clustersWithGhosts, widthWithSpaces, sizes); in addLine()
|
| D | TextLine.h | 65 SkScalar widthWithSpaces,
|
| D | ParagraphImpl.h | 131 … ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces,
|
| D | TextLine.cpp | 98 SkScalar widthWithSpaces, in TextLine() argument 111 , fWidthWithSpaces(widthWithSpaces) in TextLine()
|