Home
last modified time | relevance | path

Searched refs:glyphEnd (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/experimental/sktext/src/
DLine.cpp9 , fTextEnd(stretch.glyphEnd()) in LogicalLine()
10 , fWhitespacesEnd (spaces.glyphEnd()) in LogicalLine()
20 (stretch.glyphEnd() == spaces.glyphStart())); in LogicalLine()
DLine.h160 GlyphPos glyphEnd() const { return fGlyphEnd; } in glyphEnd() function
179 GlyphPos glyphEnd() const { return fTextEnd; } in glyphEnd() function
DText.cpp459 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/
DParagraphImpl.cpp231 size_t glyphEnd, in buildClusterTable()
239 … auto& cluster = fClusters.emplace_back(this, runIndex, glyphStart, glyphEnd, text, width, height); in buildClusterTable()
DRun.h128 size_t glyphEnd,
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp408 size_t glyphEnd, in buildClusterTable()
419 fClusters.emplace_back(this, runIndex, glyphStart, glyphEnd, text, width, height); in buildClusterTable()