Lines Matching refs:blobBuffer
285 const auto& blobBuffer = builder.allocRunPos(fFont, SkToInt(size));
286 sk_careful_memcpy(blobBuffer.glyphs, fGlyphs.data() + pos, size * sizeof(SkGlyphID));
297 blobBuffer.points()[i] = point;
303 const auto& blobBuffer = builder.AllocRunPos(fFont, SkToInt(size));
304 sk_careful_memcpy(blobBuffer.glyphs, fGlyphs.data() + pos, size * sizeof(SkGlyphID));
305 auto points = reinterpret_cast<SkPoint*>(blobBuffer.pos);
328 auto& blobBuffer = builder.AllocRunRSXform(fFont, SkToInt(size));
329 sk_careful_memcpy(blobBuffer.glyphs, fGlyphs.data() + pos, size * sizeof(SkGlyphID));
331 fFont.GetWidths(blobBuffer.glyphs, size, widths.data());
332 RSXform* xform = reinterpret_cast<RSXform*>(blobBuffer.pos);