Home
last modified time | relevance | path

Searched refs:widthWithSpaces (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp340 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()
DParagraphImpl.cpp834 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()
DTextLine.h65 SkScalar widthWithSpaces,
DParagraphImpl.h131 … ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces,
DTextLine.cpp98 SkScalar widthWithSpaces, in TextLine() argument
111 , fWidthWithSpaces(widthWithSpaces) in TextLine()