Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrSmallPathAtlasMgr.cpp71 GrSmallPathShapeData* GrSmallPathAtlasMgr::findOrCreate(const GrSmallPathShapeDataKey& key) { in findOrCreate() function in GrSmallPathAtlasMgr
88 GrSmallPathShapeData* GrSmallPathAtlasMgr::findOrCreate(const GrStyledShape& shape, in findOrCreate() function in GrSmallPathAtlasMgr
93 return this->findOrCreate(key); in findOrCreate()
96 GrSmallPathShapeData* GrSmallPathAtlasMgr::findOrCreate(const GrStyledShape& shape, in findOrCreate() function in GrSmallPathAtlasMgr
101 return this->findOrCreate(key); in findOrCreate()
DGrSmallPathAtlasMgr.h39 GrSmallPathShapeData* findOrCreate(const GrStyledShape&, int desiredDimension);
40 GrSmallPathShapeData* findOrCreate(const GrStyledShape&, const SkMatrix& ctm);
76 GrSmallPathShapeData* findOrCreate(const GrSmallPathShapeDataKey&);
DGrSmallPathRenderer.cpp324 shapeData = atlasMgr->findOrCreate(args.fShape, ceilDesiredDimension); in onPrepareDraws()
341 shapeData = atlasMgr->findOrCreate(args.fShape, args.fViewMatrix); in onPrepareDraws()