Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/ops/
DSmallPathAtlasMgr.cpp41 SmallPathShapeData* shapeData; in reset() local
84 void SmallPathAtlasMgr::deleteCacheEntry(SmallPathShapeData* shapeData) { in deleteCacheEntry()
91 auto shapeData = fShapeCache.find(key); in findOrCreate() local
130 void SmallPathAtlasMgr::setUseToken(SmallPathShapeData* shapeData, in setUseToken()
140 SmallPathShapeData* shapeData; in evict() local
DSmallPathRenderer.cpp276 skgpu::ganesh::SmallPathShapeData* shapeData; in onPrepareDraws() local
403 skgpu::ganesh::SmallPathShapeData* shapeData, in addDFPathToAtlas()
497 skgpu::ganesh::SmallPathShapeData* shapeData, in addBMPathToAtlas()
/external/skia/src/gpu/graphite/geom/
DAnalyticBlurMask.h56 const Rect& shapeData() const { return fShapeData; } in shapeData() function
65 const Rect& shapeData, in AnalyticBlurMask()
DAnalyticBlurMask.cpp167 const Rect shapeData = Rect(devRect.left() + threeSigma, in MakeRect() local
285 const Rect shapeData = Rect(devRect.centerX(), in MakeCircle() local
390 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()