Home
last modified time | relevance | path

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

/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()
/external/skia/src/gpu/text/
DGrAtlasManager.h51 *numActiveProxies = this->getAtlas(format)->numActivePages(); in getViews()
52 return this->getAtlas(format)->getViews(); in getViews()
73 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()
86 return this->getAtlas(format)->atlasGeneration(); in atlasGeneration()
128 GrDrawOpAtlas* getAtlas(GrMaskFormat format) const { in getAtlas() function
DGrAtlasManager.cpp33 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fPlotLocator); in hasGlyph()
42 return this->getAtlas(format)->addToAtlas( in addToAtlas()
51 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fPlotLocator, token); in addGlyphToBulkAndSetUseToken()