Searched refs:TextDropShadowCache (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DTextDropShadowCache.cpp22 #include "TextDropShadowCache.h"
96 TextDropShadowCache::TextDropShadowCache() function in class:android::uirenderer::TextDropShadowCache
97 : TextDropShadowCache(Properties::textDropShadowCacheSize) {}
99 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize) function in class:android::uirenderer::TextDropShadowCache
107 TextDropShadowCache::~TextDropShadowCache() {
115 uint32_t TextDropShadowCache::getSize() {
119 uint32_t TextDropShadowCache
[all...]
H A DTextDropShadowCache.h121 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> { class in namespace:android::uirenderer
123 TextDropShadowCache();
124 explicit TextDropShadowCache(uint32_t maxByteSize);
125 ~TextDropShadowCache();
161 }; // class TextDropShadowCache
H A DCaches.h31 #include "TextDropShadowCache.h"
160 TextDropShadowCache dropShadowCache;
H A DAndroid.mk117 TextDropShadowCache.cpp \
/frameworks/base/libs/hwui/tests/unit/
H A DTextDropShadowCacheTests.cpp20 #include "TextDropShadowCache.h"
29 RENDERTHREAD_OPENGL_PIPELINE_TEST(TextDropShadowCache, DISABLED_addRemove) {
36 TextDropShadowCache cache(MB(5));

Completed in 68 milliseconds