Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DSmallPathAtlasMgr.cpp29 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
DSmallPathRenderer.cpp228 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/
DSmallPathAtlasMgr.cpp41 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
DSmallPathRenderer.cpp276 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/
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