Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp304 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()
DParagraphImpl.cpp523 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()
DTextLine.h56 SkScalar widthWithSpaces,
DParagraphImpl.h130 … ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces,
DTextLine.cpp90 SkScalar widthWithSpaces, in TextLine() argument
103 , fWidthWithSpaces(widthWithSpaces) in TextLine()
/third_party/flutter/skia/modules/skparagraph/src/
DTextWrapper.cpp167 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()
DTextLine.h29 SkScalar widthWithSpaces,
47 SkScalar widthWithSpaces() const { return fWidthWithSpaces; } in widthWithSpaces() function
DParagraphImpl.cpp412 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()
DTextLine.cpp41 SkScalar widthWithSpaces, in TextLine() argument
53 , fWidthWithSpaces(widthWithSpaces) in TextLine()