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

/frameworks/base/libs/hwui/
H A DTextDropShadowCache.h118 struct ShadowTexture: public Texture { struct in namespace:android::uirenderer
119 ShadowTexture(Caches& caches): Texture(caches) { function in struct:android::uirenderer::ShadowTexture
124 }; // struct ShadowTexture
126 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> {
136 void operator()(ShadowText& text, ShadowTexture*& texture);
138 ShadowTexture* get(const SkPaint* paint, const char* text, uint32_t len,
166 LruCache<ShadowText, ShadowTexture*> mCache;

Completed in 47 milliseconds