HomeSort by relevance Sort by last modified time
    Searched refs:getAtlas (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/text/
GrAtlasManager.h 37 *numProxies = this->getAtlas(format)->numActivePages();
38 return this->getAtlas(format)->getProxies();
60 GrDrawOpAtlas* getAtlas(GrMaskFormat format) const {
99 this->getAtlas(format)->setLastUseTokenBulk(updater, token);
111 return this->getAtlas(format)->atlasGeneration();
GrAtlasManager.cpp 93 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fID);
103 return this->getAtlas(format)->addToAtlas(resourceProvider, id, target, width, height,
112 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token);
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.h 135 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 {

Completed in 50 milliseconds