Home
last modified time | relevance | path

Searched defs:shapeData (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/ganesh/ops/
DSmallPathAtlasMgr.cpp34 SmallPathShapeData* shapeData; in reset() local
77 void SmallPathAtlasMgr::deleteCacheEntry(SmallPathShapeData* shapeData) { in deleteCacheEntry()
84 auto shapeData = fShapeCache.find(key); in findOrCreate() local
123 void SmallPathAtlasMgr::setUseToken(SmallPathShapeData* shapeData, in setUseToken()
133 SmallPathShapeData* shapeData; in evict() local
DSmallPathRenderer.cpp222 skgpu::v1::SmallPathShapeData* shapeData; in onPrepareDraws() local
346 skgpu::v1::SmallPathShapeData* shapeData, in addDFPathToAtlas()
442 skgpu::v1::SmallPathShapeData* shapeData, in addBMPathToAtlas()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DShapeModifierContent.java6 ShapeData modifyShape(ShapeData shapeData); in modifyShape()
DRoundedCornersContent.java28 @Nullable private ShapeData shapeData; field in RoundedCornersContent
/external/armnn/include/armnnTestUtils/
DMemCopyTestImpl.hpp23 const std::array<unsigned int, 4> shapeData = { { 1u, 1u, 6u, 5u } }; in MemCopyTest() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DMiscUtils.java22 public static void getPathFromData(ShapeData shapeData, Path outPath) { in getPathFromData()