Searched refs:getAtlas (Results 1 – 1 of 1) sorted by relevance
134 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