Searched defs:TextDropShadowCache (Results 1 - 2 of 2) 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 TextDropShadowCache(uint32_t maxByteSize);
125 ~TextDropShadowCache();
161 }; // class TextDropShadowCache

Completed in 51 milliseconds