Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchFontCache.h33 GrBatchFontCache* getBatchFontCache() const { return fBatchFontCache; } in getBatchFontCache()
67 GrBatchFontCache* fBatchFontCache; variable
DGrBatchFontCache.cpp163 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()
DGrContext.cpp104 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()
/external/skia/include/gpu/
DGrContext.h525 GrBatchFontCache* getBatchFontCache() { return fBatchFontCache; } in getBatchFontCache()
575 GrBatchFontCache* fBatchFontCache; variable