Searched refs:glyphEnd (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/experimental/sktext/src/ |
D | Line.cpp | 9 , fTextEnd(stretch.glyphEnd()) in LogicalLine() 10 , fWhitespacesEnd (spaces.glyphEnd()) in LogicalLine() 20 (stretch.glyphEnd() == spaces.glyphStart())); in LogicalLine()
|
D | Line.h | 160 GlyphPos glyphEnd() const { return fGlyphEnd; } in glyphEnd() function 179 GlyphPos glyphEnd() const { return fTextEnd; } in glyphEnd() function
|
D | Text.cpp | 459 auto endRun = lineStretch.glyphEnd().runIndex(); in addLine() 475 auto glyphEnd = isLastRun ? lineStretch.glyphEnd().glyphIndex() : logicalRun.size(); in addLine() local 476 auto glyphSize = glyphEnd - glyphStart; in addLine() 477 auto glyphSpaces = isSpaceRun ? spacesStart.glyphIndex() : glyphEnd; in addLine() 491 runOffsetInLine += logicalRun.calculateWidth(glyphStart, glyphEnd); in addLine()
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 231 size_t glyphEnd, in buildClusterTable() 239 … auto& cluster = fClusters.emplace_back(this, runIndex, glyphStart, glyphEnd, text, width, height); in buildClusterTable()
|
D | Run.h | 128 size_t glyphEnd,
|
/third_party/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 408 size_t glyphEnd, in buildClusterTable() 419 fClusters.emplace_back(this, runIndex, glyphStart, glyphEnd, text, width, height); in buildClusterTable()
|