Lines Matching refs:SkSpan
105 [this](size_t codePointCount, SkSpan<const char> utf1to1, in commitRunBuffer()
106 SkSpan<const SkGlyphID> glyph1to1) { in commitRunBuffer()
131 SkSpan<const uint32_t> clusters, in BreakupClusters()
169 SkSpan<const SkGlyphID> glyphIDs, in VisualizeClusters()
170 SkSpan<const uint32_t> clusters, in VisualizeClusters()
186 SkSpan<const char> utf8Span{&utf8[utf8RangeStart], utf8RangeEnd - utf8RangeStart}; in VisualizeClusters()
187 SkSpan<const SkGlyphID> glyphSpan{&glyphIDs[glyphRangeStart], glyphRangeCount}; in VisualizeClusters()
208 SkSpan<const char> utf8Span{&utf8[utf8StartIndex], utf8EndIndex - utf8StartIndex}; in VisualizeClusters()
209 SkSpan<const SkGlyphID> glyphSpan{&glyphIDs[glyphStartIndex], in VisualizeClusters()
222 SkSpan<const char> utf8, in displayMToN()
223 SkSpan<const SkGlyphID> glyphIDs) { in displayMToN()