Lines Matching refs:fTextByGlyph
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()
878 textRange.fEnd = line.fTextByGlyph[glyph]; in glyphsToText()