Searched refs:getAtlas (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrAtlasManager.h | 38 *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
|
D | GrAtlasManager.cpp | 34 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/ |
D | GrAtlasManager.h | 50 *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
|
D | GrAtlasManager.cpp | 61 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()
|