Home
last modified time | relevance | path

Searched refs:blobBuffer (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DRun.cpp63 const auto& blobBuffer = builder.allocRunPos(fFont, SkToInt(size)); in copyTo() local
64 sk_careful_memcpy(blobBuffer.glyphs, fGlyphs.data() + pos, size * sizeof(SkGlyphID)); in copyTo()
73 blobBuffer.points()[i] = point + offset; in copyTo()
77 sk_careful_memcpy(blobBuffer.points(), fPositions.data() + pos, size * sizeof(SkPoint)); in copyTo()
/third_party/skia/experimental/sktext/src/
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/modules/skparagraph/src/
DRun.cpp89 const auto& blobBuffer = builder.allocRunPos(fFont, SkToInt(size)); in copyTo() local
90 sk_careful_memcpy(blobBuffer.glyphs, fGlyphs.data() + pos, size * sizeof(SkGlyphID)); in copyTo()
93 sk_careful_memcpy(blobBuffer.points(), fPositions.data() + pos, size * sizeof(SkPoint)); in copyTo()
103 blobBuffer.points()[i] = point; in copyTo()
/third_party/skia/experimental/sktext/include/
DText.h265 const auto& blobBuffer = builder.allocRunPos(font, SkToInt(glyphCount)); in onGlyphRun() local
266 sk_careful_memcpy(blobBuffer.glyphs, glyphs, glyphCount * sizeof(uint16_t)); in onGlyphRun()
267 sk_careful_memcpy(blobBuffer.points(), positions, glyphCount * sizeof(SkPoint)); in onGlyphRun()