Searched refs:fAtlasGlyphCache (Results 1 – 5 of 5) sorted by relevance
98 fAtlasGlyphCache = nullptr; in GrContext()129 fAtlasGlyphCache = new GrAtlasGlyphCache(this, options.fGlyphCacheTextureMaximumBytes); in init()154 delete fAtlasGlyphCache; in ~GrContext()182 fAtlasGlyphCache->freeAll(); in abandonContext()200 fAtlasGlyphCache->freeAll(); in releaseResourcesAndAbandonContext()214 fAtlasGlyphCache->freeAll(); in freeGpuResources()
254 GrAtlasGlyphCache* getAtlasGlyphCache() { return fAtlasGlyphCache; } in getAtlasGlyphCache()307 GrAtlasGlyphCache* fAtlasGlyphCache; variable
406 , fAtlasGlyphCache(owner) // no need to ref, it won't go away before we do in GrAtlasTextStrike()477 bool success = fAtlasGlyphCache->addToAtlas(this, &glyph->fID, target, expectedMaskFormat, in addGlyphToAtlas()
90 GrAtlasGlyphCache* fAtlasGlyphCache; variable
89 fAtlasGlyphCache->setAtlasSizes_ForTesting(configs); in setTextContextAtlasSizes_ForTesting()