Lines Matching refs:SkSpan
11 #include "include/core/SkSpan.h"
110 SkSpan(fGlyphs),
111 SkSpan(fClusters),
112 [this](size_t codePointCount, SkSpan<const char> utf1to1,
113 SkSpan<const SkGlyphID> glyph1to1) {
138 SkSpan<const uint32_t> clusters,
176 SkSpan<const SkGlyphID> glyphIDs,
177 SkSpan<const uint32_t> clusters,
193 SkSpan<const char> utf8Span{&utf8[utf8RangeStart], utf8RangeEnd - utf8RangeStart};
194 SkSpan<const SkGlyphID> glyphSpan{&glyphIDs[glyphRangeStart], glyphRangeCount};
215 SkSpan<const char> utf8Span{&utf8[utf8StartIndex], utf8EndIndex - utf8StartIndex};
216 SkSpan<const SkGlyphID> glyphSpan{&glyphIDs[glyphStartIndex],
229 SkSpan<const char> utf8,
230 SkSpan<const SkGlyphID> glyphIDs) {