Searched defs:getAtlas (Results 1 - 1 of 1) sorted by relevance

/external/skqp/src/gpu/text/
H A DGrAtlasGlyphCache.h135 return this->getAtlas(format)->getProxies();
142 return this->getAtlas(format)->pageCount();
151 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fID);
163 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token);
169 this->getAtlas(format)->setLastUseTokenBulk(updater, token);
177 return this->getAtlas(format)->addToAtlas(id, target, width, height, image, loc);
184 return this->getAtlas(format)->atlasGeneration();
251 GrDrawOpAtlas* getAtlas(GrMaskFormat format) const { function in class:GrAtlasGlyphCache

Completed in 127 milliseconds