Home
last modified time | relevance | path

Searched refs:fTextByGlyph (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/experimental/sktext/src/
DText.cpp662 SkASSERT(line.fTextByGlyph.size() == glyphCount); in onEndLine()
664 if (line.fTextByGlyph.empty()) { in onEndLine()
666 line.fTextByGlyph.emplace_back(lineText.fEnd); in onEndLine()
668 line.fTextByGlyph.emplace_back(lineText.fEnd); in onEndLine()
680 auto start = line.fTextByGlyph.size(); in onGlyphRun()
682 line.fTextByGlyph.push_back_n(glyphCount); in onGlyphRun()
687 line.fTextByGlyph[start + i] = clusters[i]; in onGlyphRun()
707 auto textIndex = line.fTextByGlyph[position.fGlyphRange.fStart]; in findPosition()
722 auto textIndex = line.fTextByGlyph[position.fGlyphRange.fEnd]; in findPosition()
876 textRange.fStart = line.fTextByGlyph[glyph]; in glyphsToText()
[all …]
/third_party/skia/experimental/sktext/include/
DInterface.h152 SkTArray<TextIndex, true> fTextByGlyph; // by glyph cluster member
DText.h297 SkTArray<TextIndex, true> fTextByGlyph; // by glyph cluster member