Home
last modified time | relevance | path

Searched refs:fGlyphCache (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/text/
DGrAtlasManager.cpp19 , fGlyphCache{glyphCache}
189 &GrStrikeCache::HandleEviction, fGlyphCache); in initAtlas()
DGrTextBlobVertexRegenerator.cpp131 , fGlyphCache(glyphCache) in VertexRegenerator()
179 strike = fGlyphCache->getStrike(fLazyCache->get()); in doRegen()
208 code = strike->addGlyphToAtlas(fResourceProvider, fUploadTarget, fGlyphCache, in doRegen()
DGrAtlasManager.h148 GrStrikeCache* fGlyphCache; variable
DGrTextBlob.h605 GrStrikeCache* fGlyphCache; variable
/external/skqp/src/gpu/
DGrContext.cpp67 fGlyphCache = nullptr; in GrContext()
132 fGlyphCache = new GrStrikeCache(fCaps.get(), options.fGlyphCacheTextureMaximumBytes); in initCommon()
156 delete fGlyphCache; in ~GrContext()
181 fGlyphCache->freeAll(); in abandonContext()
209 fGlyphCache->freeAll(); in releaseResourcesAndAbandonContext()
221 fGlyphCache->freeAll(); in freeGpuResources()
DGrContextPriv.h206 GrStrikeCache* getGlyphCache() { return fContext->fGlyphCache; } in getGlyphCache()
/external/skqp/include/gpu/
DGrContext.h308 GrStrikeCache* fGlyphCache; variable