Searched defs:textIndex (Results 1 – 7 of 7) sorted by relevance
87 Stretch(GlyphPos glyphStart, size_t textIndex, const TextMetrics& metrics) in Stretch()148 void finish(size_t glyphIndex, size_t textIndex, SkScalar width) { in finish()
347 auto textIndex = run.fClusters[glyphIndex]; in wrap() local619 auto textIndex = run.fClusters[glyph]; in textToGlyphs() local707 auto textIndex = line.fTextByGlyph[position.fGlyphRange.fStart]; in findPosition() local722 auto textIndex = line.fTextByGlyph[position.fGlyphRange.fEnd]; in findPosition() local
26 TextIndex textIndex = 0; in getDecorationChunks() local
536 private int textIndex; field in UScriptRun
538 private int textIndex; field in UScriptRun
188 ClusterIndex clusterIndex(TextIndex textIndex) { in clusterIndex()
330 …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