Searched refs:fBatchFontCache (Results 1 – 5 of 5) sorted by relevance
65 fBatchFontCache = nullptr; in GrContext()101 fBatchFontCache = new GrBatchFontCache(this); in initCommon()124 delete fBatchFontCache; in ~GrContext()145 fBatchFontCache->freeAll(); in abandonContext()160 fBatchFontCache->freeAll(); in freeGpuResources()
95 fBatchFontCache->setAtlasSizes_ForTesting(configs); in setTextContextAtlasSizes_ForTesting()
31 GrBatchFontCache* getBatchFontCache() const { return fBatchFontCache; } in getBatchFontCache()90 GrBatchFontCache* fBatchFontCache; variable
162 fBatchFontCache = cache; // no need to ref, it won't go away before we do in GrBatchTextStrike()234 bool success = fBatchFontCache->addToAtlas(this, &glyph->fID, target, expectedMaskFormat, in addGlyphToAtlas()
318 GrBatchFontCache* getBatchFontCache() { return fBatchFontCache; } in getBatchFontCache()372 GrBatchFontCache* fBatchFontCache; variable