Lines Matching defs:atlasMgr
147 auto atlasMgr = target->smallPathAtlasManager();
148 if (!atlasMgr) {
159 const GrSurfaceProxyView* views = atlasMgr->getViews(&numActiveProxies);
279 shapeData = atlasMgr->findOrCreate(args.fShape, ceilDesiredDimension);
285 atlasMgr,
290 atlasMgr->deleteCacheEntry(shapeData);
296 shapeData = atlasMgr->findOrCreate(args.fShape, args.fViewMatrix);
300 atlasMgr,
304 atlasMgr->deleteCacheEntry(shapeData);
311 atlasMgr->setUseToken(shapeData, uploadTarget->tokenTracker()->nextDrawToken());
323 skgpu::v1::SmallPathAtlasMgr* atlasMgr,
330 auto code = atlasMgr->addToAtlas(resourceProvider, uploadTarget, width, height,
339 code = atlasMgr->addToAtlas(resourceProvider, uploadTarget, width, height,
351 skgpu::v1::SmallPathAtlasMgr* atlasMgr,
440 return this->addToAtlasWithRetry(target, flushInfo, atlasMgr,
447 skgpu::v1::SmallPathAtlasMgr* atlasMgr,
510 return this->addToAtlasWithRetry(target, flushInfo, atlasMgr,
540 auto atlasMgr = target->smallPathAtlasManager();
541 if (!atlasMgr) {
546 const GrSurfaceProxyView* views = atlasMgr->getViews(&numActiveProxies);