Home
last modified time | relevance | path

Searched refs:pathCacheSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DProperties.cpp45 int Properties::pathCacheSize = MB(DEFAULT_PATH_CACHE_SIZE); member in android::uirenderer::Properties
153 pathCacheSize = MB(property_get_float(PROPERTY_PATH_CACHE_SIZE, DEFAULT_PATH_CACHE_SIZE)); in load()
DProperties.h273 static int pathCacheSize; variable
DPathCache.cpp185 , mMaxSize(Properties::pathCacheSize) { in PathCache()