Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.cpp42 int Properties::gradientCacheSize = MB(DEFAULT_GRADIENT_CACHE_SIZE); member in android::uirenderer::Properties
153gradientCacheSize = MB(property_get_float(PROPERTY_GRADIENT_CACHE_SIZE, DEFAULT_GRADIENT_CACHE_SIZ… in load()
DProperties.h285 static int gradientCacheSize; variable
DGradientCache.cpp68 , mMaxSize(Properties::gradientCacheSize) in GradientCache()