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

/frameworks/base/libs/hwui/
H A DTextDropShadowCache.h113 struct ShadowTexture: public Texture { struct in namespace:android::uirenderer
114 ShadowTexture(Caches& caches): Texture(caches) { function in struct:android::uirenderer::ShadowTexture
119 }; // struct ShadowTexture
121 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> {
131 void operator()(ShadowText& text, ShadowTexture*& texture) override;
133 ShadowTexture* get(const SkPaint* paint, const glyph_t* text,
155 LruCache<ShadowText, ShadowTexture*> mCache;

Completed in 1162 milliseconds