Home
last modified time | relevance | path

Searched defs:pathData (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/modules/particles/src/
DSkParticleBinding.cpp107 if (auto pathData = resourceProvider->load(fPathPath.c_str(), fPathName.c_str())) { in prepare() local
/third_party/quickjs/
Ddebugger.c219 JSValue pathData = JS_GetPropertyStr(debuggerInfo->cx, debuggerInfo->breakpoints, path); in DBG_SetBreakpoints() local
/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp857 auto* pathData = deserializer.read(pathSize, kPathAlignment); in readStrikeData() local
/third_party/skia/src/svg/
DSkSVGDevice.cpp633 SkString pathData; in addPathAttributes() local
/third_party/flutter/skia/src/svg/
DSkSVGDevice.cpp617 SkString pathData; in addPathAttributes() local
/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp1042 auto* pathData = deserializer.read(pathSize, kPathAlignment); in readStrikeData() local
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp211 std::unique_ptr<PathGlyph[], GrSubRunAllocator::ArrayDestroyer> pathData) in PathSubRun()
280 auto pathData = alloc->makeUniqueArray<PathGlyph>( in Make() local