Lines Matching refs:SkMakeSpan
186 return SkMakeSpan(buffer, glyphIDs.size());
236 positions = SkMakeSpan(positionCursor, runSize);
243 positions = SkMakeSpan(it.points(), runSize);
247 positions = SkMakeSpan(positionCursor, runSize);
248 scaledRotations = SkMakeSpan(scaledRotationsCursor, runSize);
249 for (const SkRSXform& xform : SkMakeSpan(it.xforms(), runSize)) {
273 auto positions = SkMakeSpan(fPositions.get(), count);
274 auto scaledRotations = SkMakeSpan(fScaledRotations.get(), count);
319 return SkMakeSpan(fScratchGlyphIDs);
352 SkGlyphRunList{blob, bounds, origin, SkMakeSpan(fGlyphRunListStorage)};