Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.cpp48 int Properties::textDropShadowCacheSize = MB(DEFAULT_DROP_SHADOW_CACHE_SIZE); member in android::uirenderer::Properties
159textDropShadowCacheSize = MB(property_get_float(PROPERTY_DROP_SHADOW_CACHE_SIZE, DEFAULT_DROP_SHAD… in load()
DProperties.h291 static int textDropShadowCacheSize; variable
DTextDropShadowCache.cpp97 : TextDropShadowCache(Properties::textDropShadowCacheSize) {} in TextDropShadowCache()