Searched defs:shapeData (Results 1 – 6 of 6) sorted by relevance
| /third_party/skia/src/gpu/ops/ |
| D | SmallPathAtlasMgr.cpp | 29 SmallPathShapeData* shapeData; in reset() local 78 void SmallPathAtlasMgr::deleteCacheEntry(SmallPathShapeData* shapeData) { in deleteCacheEntry() 85 auto shapeData = fShapeCache.find(key); in findOrCreate() local 124 void SmallPathAtlasMgr::setUseToken(SmallPathShapeData* shapeData, in setUseToken() 134 SmallPathShapeData* shapeData; in evict() local
|
| D | SmallPathRenderer.cpp | 228 skgpu::v1::SmallPathShapeData* shapeData; in onPrepareDraws() local 352 skgpu::v1::SmallPathShapeData* shapeData, in addDFPathToAtlas() 448 skgpu::v1::SmallPathShapeData* shapeData, in addBMPathToAtlas()
|
| /third_party/skia/m133/src/gpu/ganesh/ops/ |
| D | SmallPathAtlasMgr.cpp | 41 SmallPathShapeData* shapeData; in reset() local 94 void SmallPathAtlasMgr::deleteCacheEntry(SmallPathShapeData* shapeData) { in deleteCacheEntry() 101 auto shapeData = fShapeCache.find(key); in findOrCreate() local 140 void SmallPathAtlasMgr::setUseToken(SmallPathShapeData* shapeData, in setUseToken() 150 SmallPathShapeData* shapeData; in evict() local
|
| D | SmallPathRenderer.cpp | 276 skgpu::ganesh::SmallPathShapeData* shapeData; in onPrepareDraws() local 403 skgpu::ganesh::SmallPathShapeData* shapeData, in addDFPathToAtlas() 497 skgpu::ganesh::SmallPathShapeData* shapeData, in addBMPathToAtlas()
|
| /third_party/skia/m133/src/gpu/graphite/geom/ |
| D | AnalyticBlurMask.h | 56 const Rect& shapeData() const { return fShapeData; } in shapeData() function 65 const Rect& shapeData, in AnalyticBlurMask()
|
| D | AnalyticBlurMask.cpp | 167 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
|