Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasManager.h36 if (this->initAtlas(format)) { in getProxies()
73 virtual bool initAtlas(GrMaskFormat) = 0;
147 bool initAtlas(GrMaskFormat) override;
DGrAtlasManager.cpp204 bool GrAtlasManager::initAtlas(GrMaskFormat format) { in initAtlas() function in GrAtlasManager
/external/skqp/src/gpu/text/
DGrAtlasGlyphCache.h134 if (this->initAtlas(format)) { in getProxies()
141 if (this->initAtlas(format)) { in getAtlasPageCount()
243 bool initAtlas(GrMaskFormat);
DGrAtlasGlyphCache.cpp19 bool GrAtlasGlyphCache::initAtlas(GrMaskFormat format) { in initAtlas() function in GrAtlasGlyphCache