Home
last modified time | relevance | path

Searched refs:blobBuffer (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DRun.cpp285 const auto& blobBuffer = builder.allocRunPos(fFont, SkToInt(size)); in scaleFontWithCompressionConfig() local
286 sk_careful_memcpy(blobBuffer.glyphs, fGlyphs.data() + pos, size * sizeof(SkGlyphID)); in scaleFontWithCompressionConfig()
297 blobBuffer.points()[i] = point; in scaleFontWithCompressionConfig()
303 const auto& blobBuffer = builder.AllocRunPos(fFont, SkToInt(size)); in scaleFontWithCompressionConfig() local
304 sk_careful_memcpy(blobBuffer.glyphs, fGlyphs.data() + pos, size * sizeof(SkGlyphID)); in scaleFontWithCompressionConfig()
305 auto points = reinterpret_cast<SkPoint*>(blobBuffer.pos); in scaleFontWithCompressionConfig()
328 auto& blobBuffer = builder.AllocRunRSXform(fFont, SkToInt(size)); in scaleFontWithCompressionConfig() local
329 sk_careful_memcpy(blobBuffer.glyphs, fGlyphs.data() + pos, size * sizeof(SkGlyphID)); in scaleFontWithCompressionConfig()
331 fFont.GetWidths(blobBuffer.glyphs, size, widths.data()); in scaleFontWithCompressionConfig()
332 RSXform* xform = reinterpret_cast<RSXform*>(blobBuffer in scaleFontWithCompressionConfig()
[all...]
/third_party/skia/experimental/sktext/src/
H A DPaint.cpp66 const auto& blobBuffer = builder.allocRunPos(font , SkToInt(glyphCount)); in onGlyphRun() local
67 sk_careful_memcpy(blobBuffer.glyphs, glyphs, glyphCount * sizeof(uint16_t)); in onGlyphRun()
68 sk_careful_memcpy(blobBuffer.points(), positions, glyphCount * sizeof(SkPoint)); in onGlyphRun()
/third_party/skia/experimental/sktext/include/
H A DText.h265 const auto& blobBuffer = builder.allocRunPos(font, SkToInt(glyphCount)); variable
266 sk_careful_memcpy(blobBuffer.glyphs, glyphs, glyphCount * sizeof(uint16_t));
267 sk_careful_memcpy(blobBuffer.points(), positions, glyphCount * sizeof(SkPoint));

Completed in 3 milliseconds