Home
last modified time | relevance | path

Searched refs:getAtlas (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/text/
DGrAtlasManager.h40 *numActiveProxies = this->getAtlas(format)->numActivePages(); in getViews()
41 return this->getAtlas(format)->getViews(); in getViews()
85 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()
97 return this->getAtlas(format)->atlasGeneration(); in atlasGeneration()
170 GrDrawOpAtlas* getAtlas(GrMaskFormat format) const { in getAtlas() function
DGrAtlasManager.cpp34 return this->getAtlas(format)->hasID(glyph->fAtlasLocator.plotLocator()); in hasGlyph()
195 return this->getAtlas(format)->addToAtlas(resourceProvider, target, width, height, image, in addToAtlas()
204 this->getAtlas(format)->setLastUseToken(glyph->fAtlasLocator, token); in addGlyphToBulkAndSetUseToken()