Home
last modified time | relevance | path

Searched refs:shapeData (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DSmallPathAtlasMgr.cpp29 SmallPathShapeData* shapeData; in reset() local
30 while ((shapeData = iter.get())) { in reset()
32 delete shapeData; in reset()
78 void SmallPathAtlasMgr::deleteCacheEntry(SmallPathShapeData* shapeData) { in deleteCacheEntry() argument
79 fShapeCache.remove(shapeData->fKey); in deleteCacheEntry()
80 fShapeList.remove(shapeData); in deleteCacheEntry()
81 delete shapeData; in deleteCacheEntry()
85 auto shapeData = fShapeCache.find(key); in findOrCreate() local
86 if (!shapeData) { in findOrCreate()
88 shapeData in findOrCreate()
124 setUseToken(SmallPathShapeData* shapeData, GrDeferredUploadToken token) setUseToken() argument
134 SmallPathShapeData* shapeData; evict() local
[all...]
H A DSmallPathRenderer.cpp228 skgpu::v1::SmallPathShapeData* shapeData; variable
279 shapeData = atlasMgr->findOrCreate(args.fShape, ceilDesiredDimension);
280 if (!shapeData->fAtlasLocator.plotLocator().isValid()) {
286 shapeData,
290 atlasMgr->deleteCacheEntry(shapeData);
296 shapeData = atlasMgr->findOrCreate(args.fShape, args.fViewMatrix);
297 if (!shapeData->fAtlasLocator.plotLocator().isValid()) {
301 shapeData,
304 atlasMgr->deleteCacheEntry(shapeData);
311 atlasMgr->setUseToken(shapeData, uploadTarge
349 addDFPathToAtlas(GrMeshDrawTarget* target, FlushInfo* flushInfo, skgpu::v1::SmallPathAtlasMgr* atlasMgr, skgpu::v1::SmallPathShapeData* shapeData, const GrStyledShape& shape, uint32_t dimension, SkScalar scale) const addDFPathToAtlas() argument
445 addBMPathToAtlas(GrMeshDrawTarget* target, FlushInfo* flushInfo, skgpu::v1::SmallPathAtlasMgr* atlasMgr, skgpu::v1::SmallPathShapeData* shapeData, const GrStyledShape& shape, const SkMatrix& ctm) const addBMPathToAtlas() argument
[all...]

Completed in 2 milliseconds