Searched refs:getAtlas (Results 1 – 1 of 1) sorted by relevance
130 return this->getAtlas(format)->getTexture(); in getTexture()137 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fID); in hasGlyph()149 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token); in addGlyphToBulkAndSetUseToken()155 this->getAtlas(format)->setLastUseTokenBulk(updater, token); in setUseTokenBulk()164 return this->getAtlas(format)->addToAtlas(id, target, width, height, image, loc); in addToAtlas()171 return this->getAtlas(format)->atlasGeneration(); in atlasGeneration()216 GrBatchAtlas* getAtlas(GrMaskFormat format) const { in getAtlas() function