Searched refs:glyphSpan (Results 1 – 2 of 2) sorted by relevance
187 SkSpan<const SkGlyphID> glyphSpan{&glyphIDs[glyphRangeStart], glyphRangeCount}; in VisualizeClusters() local190 processMToN(glyphRangeCount, utf8Span, glyphSpan); in VisualizeClusters()209 SkSpan<const SkGlyphID> glyphSpan{&glyphIDs[glyphStartIndex], in VisualizeClusters() local212 processMToN(codePointCount, utf8Span, glyphSpan); in VisualizeClusters()
1575 auto glyphSpan = drawables.get<0>(); in addMultiMaskFormat() local1576 SkGlyph* glyph = glyphSpan[0]; in addMultiMaskFormat()1580 glyph = glyphSpan[i]; in addMultiMaskFormat()2300 auto glyphSpan = drawables.get<0>(); in processDeviceMasks() local2301 SkGlyph* glyph = glyphSpan[0]; in processDeviceMasks()2305 glyph = glyphSpan[i]; in processDeviceMasks()2324 auto glyphSpan = drawables.get<0>(); in processSourceMasks() local2325 SkGlyph* glyph = glyphSpan[0]; in processSourceMasks()2329 glyph = glyphSpan[i]; in processSourceMasks()