Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp53 ShapeData* shapeData; in HandleEviction() local
54 while ((shapeData = iter.get())) { in HandleEviction()
56 if (id == shapeData->fID) { in HandleEviction()
57 dfpr->fShapeCache.remove(shapeData->fKey); in HandleEviction()
58 dfpr->fShapeList.remove(shapeData); in HandleEviction()
59 delete shapeData; in HandleEviction()
73 ShapeData* shapeData; in ~GrSmallPathRenderer() local
74 while ((shapeData = iter.get())) { in ~GrSmallPathRenderer()
76 delete shapeData; in ~GrSmallPathRenderer()
280 ShapeData* shapeData; in onPrepareDraws() local
[all …]