Home
last modified time | relevance | path

Searched defs:textIndex (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/experimental/sktext/src/
DLine.h87 Stretch(GlyphPos glyphStart, size_t textIndex, const TextMetrics& metrics) in Stretch()
148 void finish(size_t glyphIndex, size_t textIndex, SkScalar width) { in finish()
DText.cpp347 auto textIndex = run.fClusters[glyphIndex]; in wrap() local
619 auto textIndex = run.fClusters[glyph]; in textToGlyphs() local
707 auto textIndex = line.fTextByGlyph[position.fGlyphRange.fStart]; in findPosition() local
722 auto textIndex = line.fTextByGlyph[position.fGlyphRange.fEnd]; in findPosition() local
/third_party/skia/experimental/sktext/editor/
DTexts.cpp26 TextIndex textIndex = 0; in getDecorationChunks() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScriptRun.java536 private int textIndex; field in UScriptRun
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUScriptRun.java538 private int textIndex; field in UScriptRun
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.h188 ClusterIndex clusterIndex(TextIndex textIndex) { in clusterIndex()
DParagraphImpl.cpp330 …graphImpl::resetEllipsisWidth(SkScalar ellipsisWidth, size_t& lastRunIndex, const size_t textIndex) in GetLineFontMetrics()
1910 auto textIndex = res.position + (res.affinity == Affinity::kDownstream ? 0 : 1); in GetLineFontMetrics() local