Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTextDropShadowCache.cpp96 TextDropShadowCache::TextDropShadowCache() in TextDropShadowCache() function in android::uirenderer::TextDropShadowCache
97 : TextDropShadowCache(Properties::textDropShadowCacheSize) {} in TextDropShadowCache()
99 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize) in TextDropShadowCache() function in android::uirenderer::TextDropShadowCache
107 TextDropShadowCache::~TextDropShadowCache() { in ~TextDropShadowCache()
115 uint32_t TextDropShadowCache::getSize() { in getSize()
119 uint32_t TextDropShadowCache::getMaxSize() { in getMaxSize()
127 void TextDropShadowCache::operator()(ShadowText&, ShadowTexture*& texture) { in operator ()()
144 void TextDropShadowCache::clear() { in clear()
148 ShadowTexture* TextDropShadowCache::get(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, in get()
DTextDropShadowCache.h121 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> {
123 TextDropShadowCache();
124 TextDropShadowCache(uint32_t maxByteSize);
125 ~TextDropShadowCache();
DCaches.h156 TextDropShadowCache dropShadowCache;
DAndroid.mk99 TextDropShadowCache.cpp \
/frameworks/base/libs/hwui/tests/unit/
DTextDropShadowCacheTests.cpp29 RENDERTHREAD_TEST(TextDropShadowCache, addRemove) { in RENDERTHREAD_TEST() argument
36 TextDropShadowCache cache(MB(5)); in RENDERTHREAD_TEST()