Home
last modified time | relevance | path

Searched refs:pathData (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/particles/src/
H A DSkParticleBinding.cpp107 if (auto pathData = resourceProvider->load(fPathPath.c_str(), fPathName.c_str())) {
109 if (0 != path.readFromMemory(pathData->data(), pathData->size())) {
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp174 std::unique_ptr<PathGlyph[], GrSubRunAllocator::ArrayDestroyer> pathData);
209 std::unique_ptr<PathGlyph[], GrSubRunAllocator::ArrayDestroyer> pathData) in PathSubRun()
213 , fPathData{std::move(pathData)} { }
278 auto pathData = alloc->makeUniqueArray<PathGlyph>( in Make() local
284 SkSpan<PathGlyph> paths{pathData.get(), drawables.size()}; in Make()
287 isAntiAliased, strikeToSourceScale, blob, paths, std::move(pathData)); in Make()
205 PathSubRun(bool isAntiAliased, SkScalar strikeToSourceScale, const GrTextBlob& blob, SkSpan<PathGlyph> paths, std::unique_ptr<PathGlyph[], GrSubRunAllocator::ArrayDestroyer> pathData) PathSubRun() argument
/third_party/skia/src/core/
H A DSkRemoteGlyphCache.cpp1042 auto* pathData = deserializer.read(pathSize, kPathAlignment); in readStrikeData() local
1043 if (!pathData) READ_FAILURE in readStrikeData()
1044 if (!path.readFromMemory(const_cast<const void*>(pathData), pathSize)) READ_FAILURE in readStrikeData()
/third_party/skia/src/svg/
H A DSkSVGDevice.cpp633 SkString pathData;
634 SkParsePath::ToSVGString(path, &pathData, encoding);
635 this->addAttribute("d", pathData);

Completed in 13 milliseconds