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