Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrContext.cpp98 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()
/external/skia/include/gpu/
DGrContext.h254 GrAtlasGlyphCache* getAtlasGlyphCache() { return fAtlasGlyphCache; } in getAtlasGlyphCache()
307 GrAtlasGlyphCache* fAtlasGlyphCache; variable
/external/skia/src/gpu/text/
DGrAtlasGlyphCache.cpp406 , 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()
DGrAtlasGlyphCache.h90 GrAtlasGlyphCache* fAtlasGlyphCache; variable
/external/skia/tools/gpu/
DGrTest.cpp89 fAtlasGlyphCache->setAtlasSizes_ForTesting(configs); in setTextContextAtlasSizes_ForTesting()