Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchFontCache.h107 return this->getAtlas(format)->getTexture(); in getTexture()
114 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fID); in hasGlyph()
126 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token); in addGlyphToBulkAndSetUseToken()
132 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()
141 return this->getAtlas(format)->addToAtlas(id, batchTarget, width, height, image, loc); in addToAtlas()
148 return this->getAtlas(format)->atlasGeneration(); in atlasGeneration()
177 GrBatchAtlas* getAtlas(GrMaskFormat format) const { in getAtlas() function