Home
last modified time | relevance | path

Searched defs:shapeData (Results 1 – 8 of 8) 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.cpp223 skgpu::ganesh::SmallPathShapeData* shapeData; in onPrepareDraws() local
350 skgpu::ganesh::SmallPathShapeData* shapeData, in addDFPathToAtlas()
444 skgpu::ganesh::SmallPathShapeData* shapeData, in addBMPathToAtlas()
/external/skia/src/gpu/graphite/geom/
DAnalyticBlurMask.h53 const Rect& shapeData() const { return fShapeData; } in shapeData() function
62 const Rect& shapeData, in AnalyticBlurMask()
DAnalyticBlurMask.cpp153 const Rect shapeData = Rect(devRect.left() + threeSigma, in MakeRect() local
271 const Rect shapeData = Rect(devRect.centerX(), in MakeCircle() local
376 const Rect shapeData = devRRect.rect().makeOutset(blurRadius, blurRadius); in MakeRRect() local
/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()