Searched refs:fTextByGlyph (Results 1 – 3 of 3) sorted by relevance
662 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 …]
152 SkTArray<TextIndex, true> fTextByGlyph; // by glyph cluster member
297 SkTArray<TextIndex, true> fTextByGlyph; // by glyph cluster member