Home
last modified time | relevance | path

Searched refs:glyphSpan (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/utils/
DSkShaperJSONWriter.cpp187 SkSpan<const SkGlyphID> glyphSpan{&glyphIDs[glyphRangeStart], glyphRangeCount}; in VisualizeClusters() local
190 processMToN(glyphRangeCount, utf8Span, glyphSpan); in VisualizeClusters()
209 SkSpan<const SkGlyphID> glyphSpan{&glyphIDs[glyphStartIndex], in VisualizeClusters() local
212 processMToN(codePointCount, utf8Span, glyphSpan); in VisualizeClusters()
/external/skia/src/gpu/text/
DGrTextBlob.cpp1575 auto glyphSpan = drawables.get<0>(); in addMultiMaskFormat() local
1576 SkGlyph* glyph = glyphSpan[0]; in addMultiMaskFormat()
1580 glyph = glyphSpan[i]; in addMultiMaskFormat()
2300 auto glyphSpan = drawables.get<0>(); in processDeviceMasks() local
2301 SkGlyph* glyph = glyphSpan[0]; in processDeviceMasks()
2305 glyph = glyphSpan[i]; in processDeviceMasks()
2324 auto glyphSpan = drawables.get<0>(); in processSourceMasks() local
2325 SkGlyph* glyph = glyphSpan[0]; in processSourceMasks()
2329 glyph = glyphSpan[i]; in processSourceMasks()