Searched refs:pathCacheSize (Results 1 – 3 of 3) sorted by relevance
45 int Properties::pathCacheSize = MB(DEFAULT_PATH_CACHE_SIZE); member in android::uirenderer::Properties153 pathCacheSize = MB(property_get_float(PROPERTY_PATH_CACHE_SIZE, DEFAULT_PATH_CACHE_SIZE)); in load()
273 static int pathCacheSize; variable
185 , mMaxSize(Properties::pathCacheSize) { in PathCache()