Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasManager.h38 *numActiveProxies = this->getAtlas(format)->numActivePages(); in getViews()
39 return this->getAtlas(format)->getViews(); in getViews()
69 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()
81 return this->getAtlas(format)->atlasGeneration(); in atlasGeneration()
133 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()
/external/skqp/src/gpu/text/
DGrAtlasManager.h50 *numActiveProxies = this->getAtlas(format)->numActivePages(); in getProxies()
51 return this->getAtlas(format)->getProxies(); in getProxies()
72 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()
85 return this->getAtlas(format)->atlasGeneration(); in atlasGeneration()
137 GrDrawOpAtlas* getAtlas(GrMaskFormat format) const { in getAtlas() function
DGrAtlasManager.cpp61 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fID); in hasGlyph()
72 return this->getAtlas(format)->addToAtlas(resourceProvider, id, target, width, height, in addToAtlas()
81 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token); in addGlyphToBulkAndSetUseToken()