Searched refs:fShapeCache (Results 1 – 4 of 4) sorted by relevance
34 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()
84 ShapeCache fShapeCache; variable
148 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::SmallPathOp893 &fShapeCache, &fShapeList, args.fGammaCorrect, args.fUserStencilSettings); in onDrawPath()[all …]
78 ShapeCache fShapeCache; variable