Searched refs:TextDropShadowCache (Results 1 – 5 of 5) sorted by relevance
96 TextDropShadowCache::TextDropShadowCache() in TextDropShadowCache() function in android::uirenderer::TextDropShadowCache97 : TextDropShadowCache(Properties::textDropShadowCacheSize) {} in TextDropShadowCache()99 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize) in TextDropShadowCache() function in android::uirenderer::TextDropShadowCache107 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()
121 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> {123 TextDropShadowCache();124 TextDropShadowCache(uint32_t maxByteSize);125 ~TextDropShadowCache();
156 TextDropShadowCache dropShadowCache;
99 TextDropShadowCache.cpp \
29 RENDERTHREAD_TEST(TextDropShadowCache, addRemove) { in RENDERTHREAD_TEST() argument36 TextDropShadowCache cache(MB(5)); in RENDERTHREAD_TEST()