Searched refs:textDropShadowCacheSize (Results 1 – 3 of 3) sorted by relevance
48 int Properties::textDropShadowCacheSize = MB(DEFAULT_DROP_SHADOW_CACHE_SIZE); member in android::uirenderer::Properties159 …textDropShadowCacheSize = MB(property_get_float(PROPERTY_DROP_SHADOW_CACHE_SIZE, DEFAULT_DROP_SHAD… in load()
291 static int textDropShadowCacheSize; variable
97 : TextDropShadowCache(Properties::textDropShadowCacheSize) {} in TextDropShadowCache()