Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTextDropShadowCache.cpp99 TextDropShadowCache::TextDropShadowCache(): in TextDropShadowCache() function in android::uirenderer::TextDropShadowCache
114 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize): in TextDropShadowCache() function in android::uirenderer::TextDropShadowCache
120 TextDropShadowCache::~TextDropShadowCache() { in ~TextDropShadowCache()
124 void TextDropShadowCache::init() { in init()
133 uint32_t TextDropShadowCache::getSize() { in getSize()
137 uint32_t TextDropShadowCache::getMaxSize() { in getMaxSize()
141 void TextDropShadowCache::setMaxSize(uint32_t maxSize) { in setMaxSize()
152 void TextDropShadowCache::operator()(ShadowText&, ShadowTexture*& texture) { in operator ()()
169 void TextDropShadowCache::clear() { in clear()
173 ShadowTexture* TextDropShadowCache::get(const SkPaint* paint, const char* text, uint32_t len, in get()
DTextDropShadowCache.h127 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> {
129 TextDropShadowCache();
130 TextDropShadowCache(uint32_t maxByteSize);
131 ~TextDropShadowCache();
DCaches.h168 TextDropShadowCache dropShadowCache;
DAndroid.common.mk80 TextDropShadowCache.cpp \