Home
last modified time | relevance | path

Searched refs:maxByteSize (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
DTextDropShadowCache.cpp45 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize): in TextDropShadowCache() argument
47 mSize(0), mMaxSize(maxByteSize) { in TextDropShadowCache()
DGradientCache.cpp51 GradientCache::GradientCache(uint32_t maxByteSize): in GradientCache() argument
53 mSize(0), mMaxSize(maxByteSize) { in GradientCache()
DTextureCache.h54 TextureCache(uint32_t maxByteSize);
DTextureCache.cpp49 TextureCache::TextureCache(uint32_t maxByteSize): in TextureCache() argument
51 mSize(0), mMaxSize(maxByteSize) { in TextureCache()
DTextDropShadowCache.h110 TextDropShadowCache(uint32_t maxByteSize);
DGradientCache.h106 GradientCache(uint32_t maxByteSize);