Searched refs:fBatchFontCache (Results 1 – 4 of 4) sorted by relevance
33 GrBatchFontCache* getBatchFontCache() const { return fBatchFontCache; } in getBatchFontCache()67 GrBatchFontCache* fBatchFontCache; variable
163 fBatchFontCache = cache; // no need to ref, it won't go away before we do in GrBatchTextStrike()235 bool success = fBatchFontCache->addToAtlas(this, &glyph->fID, batchTarget, glyph->fMaskFormat, in addGlyphToAtlas()
104 fBatchFontCache = NULL; in GrContext()138 fBatchFontCache = SkNEW_ARGS(GrBatchFontCache, (this)); in initCommon()156 SkDELETE(fBatchFontCache); in ~GrContext()183 fBatchFontCache->freeAll(); in abandonContext()199 fBatchFontCache->freeAll(); in freeGpuResources()
525 GrBatchFontCache* getBatchFontCache() { return fBatchFontCache; } in getBatchFontCache()575 GrBatchFontCache* fBatchFontCache; variable