Home
last modified time | relevance | path

Searched refs:mMaxGpuFontAtlasBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DCacheManager.cpp55 , mMaxGpuFontAtlasBytes(GrNextSizePow2(mMaxSurfaceArea)) in CacheManager()
59 std::max(mMaxGpuFontAtlasBytes * 4, SkGraphics::GetFontCacheLimit())) in CacheManager()
90 contextOptions->fGlyphCacheTextureMaximumBytes = mMaxGpuFontAtlasBytes; in configureContext()
DCacheManager.h77 const size_t mMaxGpuFontAtlasBytes; variable