Searched defs:TextDropShadowCache (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DTextDropShadowCache.cpp23 #include "TextDropShadowCache.h"
97 TextDropShadowCache::TextDropShadowCache(): function in class:android::uirenderer::TextDropShadowCache
112 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize): function in class:android::uirenderer::TextDropShadowCache
118 TextDropShadowCache::~TextDropShadowCache() {
122 void TextDropShadowCache::init() {
131 uint32_t TextDropShadowCache::getSize() {
135 uint32_t TextDropShadowCache
[all...]
H A DTextDropShadowCache.h126 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> { class in namespace:android::uirenderer
128 TextDropShadowCache();
129 TextDropShadowCache(uint32_t maxByteSize);
130 ~TextDropShadowCache();
172 }; // class TextDropShadowCache

Completed in 54 milliseconds