Home
last modified time | relevance | path

Searched refs:fShapeCache (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ops/
DGrSmallPathAtlasMgr.cpp34 fShapeCache.reset(); in reset()
66 fShapeCache.remove(shapeData->fKey); in deleteCacheEntry()
72 auto shapeData = fShapeCache.find(key); in findOrCreate()
76 fShapeCache.add(shapeData); in findOrCreate()
125 fShapeCache.remove(shapeData->fKey); in evict()
DGrSmallPathAtlasMgr.h84 ShapeCache fShapeCache; variable
/external/skqp/src/gpu/ops/
DGrSmallPathRenderer.cpp148 dfpr->fShapeCache.remove(shapeData->fKey); in HandleEviction()
267 fShapeCache = shapeCache; in SmallPathOp()
441 shapeData = fShapeCache->find(key); in onPrepareDraws()
445 fShapeCache->remove(shapeData->fKey); in onPrepareDraws()
466 shapeData = fShapeCache->find(key); in onPrepareDraws()
470 fShapeCache->remove(shapeData->fKey); in onPrepareDraws()
641 fShapeCache->add(shapeData); in addDFPathToAtlas()
736 fShapeCache->add(shapeData); in addBMPathToAtlas()
859 ShapeCache* fShapeCache; member in GrSmallPathRenderer::SmallPathOp
893 &fShapeCache, &fShapeList, args.fGammaCorrect, args.fUserStencilSettings); in onDrawPath()
[all …]
DGrSmallPathRenderer.h78 ShapeCache fShapeCache; variable