Searched refs:findOrCreate (Results 1 – 3 of 3) sorted by relevance
71 GrSmallPathShapeData* GrSmallPathAtlasMgr::findOrCreate(const GrSmallPathShapeDataKey& key) { in findOrCreate() function in GrSmallPathAtlasMgr88 GrSmallPathShapeData* GrSmallPathAtlasMgr::findOrCreate(const GrStyledShape& shape, in findOrCreate() function in GrSmallPathAtlasMgr93 return this->findOrCreate(key); in findOrCreate()96 GrSmallPathShapeData* GrSmallPathAtlasMgr::findOrCreate(const GrStyledShape& shape, in findOrCreate() function in GrSmallPathAtlasMgr101 return this->findOrCreate(key); in findOrCreate()
39 GrSmallPathShapeData* findOrCreate(const GrStyledShape&, int desiredDimension);40 GrSmallPathShapeData* findOrCreate(const GrStyledShape&, const SkMatrix& ctm);76 GrSmallPathShapeData* findOrCreate(const GrSmallPathShapeDataKey&);
324 shapeData = atlasMgr->findOrCreate(args.fShape, ceilDesiredDimension); in onPrepareDraws()341 shapeData = atlasMgr->findOrCreate(args.fShape, args.fViewMatrix); in onPrepareDraws()