Lines Matching refs:glyphRange
587 … GlyphRange glyphRange = this->textToGlyphs(unicodeText, positionType, runIndex, dirTextRange); in visit() local
590 SkRect::MakeXYWH(line.fOffset.fX + run.fPositions[glyphRange.fStart].fX, in visit()
592 run.calculateWidth(glyphRange), in visit()
598 glyphRange.width(), in visit()
599 &run.fGlyphs[glyphRange.fStart], in visit()
600 &run.fPositions[glyphRange.fStart], in visit()
601 &run.fClusters[glyphRange.fStart]); in visit()
617 GlyphRange glyphRange(0, run.size()); in textToGlyphs() local
622 glyphRange.fStart = glyph; in textToGlyphs()
624 glyphRange.fEnd = glyph; in textToGlyphs()
626 return glyphRange; in textToGlyphs()
631 return glyphRange; in textToGlyphs()