Home
last modified time | relevance | path

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

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