Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.cpp42 int Properties::gradientCacheSize = MB(DEFAULT_GRADIENT_CACHE_SIZE);
150 …dientCacheSize = MB(property_get_float(PROPERTY_GRADIENT_CACHE_SIZE, DEFAULT_GRADIENT_CACHE_SIZE)); in load()
DProperties.h214 #define DEFAULT_GRADIENT_CACHE_SIZE 0.5f macro