Searched refs:TextDropShadowCache (Results 1 – 4 of 4) sorted by relevance
99 TextDropShadowCache::TextDropShadowCache(): in TextDropShadowCache() function in android::uirenderer::TextDropShadowCache114 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize): in TextDropShadowCache() function in android::uirenderer::TextDropShadowCache120 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()
127 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> {129 TextDropShadowCache();130 TextDropShadowCache(uint32_t maxByteSize);131 ~TextDropShadowCache();
168 TextDropShadowCache dropShadowCache;
80 TextDropShadowCache.cpp \