Home
last modified time | relevance | path

Searched refs:fBatchFontCache (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrContext.cpp65 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()
DGrTest.cpp95 fBatchFontCache->setAtlasSizes_ForTesting(configs); in setTextContextAtlasSizes_ForTesting()
/external/skia/src/gpu/text/
DGrBatchFontCache.h31 GrBatchFontCache* getBatchFontCache() const { return fBatchFontCache; } in getBatchFontCache()
90 GrBatchFontCache* fBatchFontCache; variable
DGrBatchFontCache.cpp162 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()
/external/skia/include/gpu/
DGrContext.h318 GrBatchFontCache* getBatchFontCache() { return fBatchFontCache; } in getBatchFontCache()
372 GrBatchFontCache* fBatchFontCache; variable