Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasGlyphCache.h134 return this->getAtlas(format)->getProxy(); in getProxy()
141 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fID); in hasGlyph()
153 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token); in addGlyphToBulkAndSetUseToken()
159 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()
167 return this->getAtlas(format)->addToAtlas(id, target, width, height, image, loc); in addToAtlas()
174 return this->getAtlas(format)->atlasGeneration(); in atlasGeneration()
226 GrDrawOpAtlas* getAtlas(GrMaskFormat format) const { in getAtlas() function