Home
last modified time | relevance | path

Searched refs:fPathCache (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/batches/
DGrAADistanceFieldPathRenderer.cpp54 dfpr->fPathCache.remove(pathData->fKey); in HandleEviction()
250 PathData* pathData = fPathCache->find(key); in onPrepareDraws()
254 fPathCache->remove(pathData->fKey); in onPrepareDraws()
309 fPathCache = pathCache; in AADistanceFieldPathBatch()
435 fPathCache->add(pathData); in addPathToAtlas()
533 PathCache* fPathCache; member in AADistanceFieldPathBatch
573 &fPathCache, &fPathList)); in onDrawPath()
600 fPathCache.reset(); in reset()
612 dfpr->fPathCache.remove(pathData->fKey); in HandleEviction()
621 PathCache fPathCache; member
[all …]
DGrAADistanceFieldPathRenderer.h83 PathCache fPathCache; variable