Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/text/
DGrAtlasManager.h39 if (this->initAtlas(format)) { in getViews()
153 bool initAtlas(GrMaskFormat);
DGrAtlasManager.cpp301 bool GrAtlasManager::initAtlas(GrMaskFormat format) { in initAtlas() function in GrAtlasManager
/third_party/skia/src/gpu/ops/
DSmallPathAtlasMgr.h40 bool initAtlas(GrProxyProvider*, const GrCaps*);
DSmallPathAtlasMgr.cpp45 bool SmallPathAtlasMgr::initAtlas(GrProxyProvider* proxyProvider, const GrCaps* caps) { in initAtlas() function in skgpu::v1::SmallPathAtlasMgr
/third_party/skia/src/gpu/
DGrDirectContext.cpp419 if (!fSmallPathAtlasMgr->initAtlas(this->proxyProvider(), this->caps())) { in onGetSmallPathAtlasMgr()