Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCacheManager.cpp57 , mBackgroundCpuFontCacheBytes(mMaxCpuFontCacheBytes * BACKGROUND_RETENTION_PERCENTAGE) { in CacheManager()
125 SkGraphics::SetFontCacheLimit(mBackgroundCpuFontCacheBytes); in trimMemory()
DCacheManager.h72 const size_t mBackgroundCpuFontCacheBytes; variable