Searched refs:widthWithSpaces (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
D | TextWrapper.cpp | 304 SkScalar widthWithSpaces; in breakTextIntoLines() local 305 std::tie(startLine, pos, widthWithSpaces) = trimStartSpaces(end); in breakTextIntoLines() 310 widthWithSpaces = fEndLine.widthWithGhostSpaces(); in breakTextIntoLines() 376 textIncludingNewlines, clusters, clustersWithGhosts, widthWithSpaces, in breakTextIntoLines() 384 softLineMaxIntrinsicWidth += widthWithSpaces; in breakTextIntoLines() 396 …rent->fMaxWidthWithTrailingSpaces = std::max(parent->fMaxWidthWithTrailingSpaces, widthWithSpaces); in breakTextIntoLines()
|
D | ParagraphImpl.cpp | 523 SkScalar widthWithSpaces, in breakShapedTextIntoLines() 531 …xtExcludingSpaces, text, textWithNewlines, clusters, clustersWithGhosts, widthWithSpaces, metrics); in breakShapedTextIntoLines() 536 … fLongestLine = std::max(fLongestLine, nearlyZero(advance.fX) ? widthWithSpaces : advance.fX); in breakShapedTextIntoLines() 648 SkScalar widthWithSpaces, in addLine() argument 654 clusters, clustersWithGhosts, widthWithSpaces, sizes); in addLine()
|
D | TextLine.h | 56 SkScalar widthWithSpaces,
|
D | ParagraphImpl.h | 130 … ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces,
|
D | TextLine.cpp | 90 SkScalar widthWithSpaces, in TextLine() argument 103 , fWidthWithSpaces(widthWithSpaces) in TextLine()
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextWrapper.cpp | 167 SkScalar widthWithSpaces; in breakTextIntoLines() local 168 std::tie(startLine, pos, widthWithSpaces) = trimStartSpaces(end); in breakTextIntoLines() 194 addLine(text, textWithSpaces, clusters, clustersWithGhosts, widthWithSpaces, in breakTextIntoLines() 209 …t->fMaxWidthWithTrailingSpaces = SkMaxScalar(parent->fMaxWidthWithTrailingSpaces, widthWithSpaces); in breakTextIntoLines()
|
D | TextLine.h | 29 SkScalar widthWithSpaces, 47 SkScalar widthWithSpaces() const { return fWidthWithSpaces; } in widthWithSpaces() function
|
D | ParagraphImpl.cpp | 412 SkScalar widthWithSpaces, in breakShapedTextIntoLines() 421 …ine(offset, advance, text, textWithSpaces, clusters, clustersWithGhosts, widthWithSpaces, metrics); in breakShapedTextIntoLines() 517 SkScalar widthWithSpaces, in addLine() argument 522 …fset, advance, blocks, text, textWithSpaces, clusters, clustersWithGhosts, widthWithSpaces, sizes); in addLine()
|
D | TextLine.cpp | 41 SkScalar widthWithSpaces, in TextLine() argument 53 , fWidthWithSpaces(widthWithSpaces) in TextLine()
|