Searched refs:gradientCacheSize (Results 1 – 3 of 3) sorted by relevance
42 int Properties::gradientCacheSize = MB(DEFAULT_GRADIENT_CACHE_SIZE); member in android::uirenderer::Properties153 …gradientCacheSize = MB(property_get_float(PROPERTY_GRADIENT_CACHE_SIZE, DEFAULT_GRADIENT_CACHE_SIZ… in load()
285 static int gradientCacheSize; variable
68 , mMaxSize(Properties::gradientCacheSize) in GradientCache()