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

/frameworks/base/libs/hwui/
H A DTextDropShadowCache.cpp20 #include "TextDropShadowCache.h"
30 TextDropShadowCache::TextDropShadowCache(): function in class:android::uirenderer::TextDropShadowCache
45 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize): function in class:android::uirenderer::TextDropShadowCache
51 TextDropShadowCache::~TextDropShadowCache() {
55 void TextDropShadowCache::init() {
64 uint32_t TextDropShadowCache::getSize() {
68 uint32_t TextDropShadowCache
[all...]
H A DTextDropShadowCache.h107 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> { class in namespace:android::uirenderer
109 TextDropShadowCache();
110 TextDropShadowCache(uint32_t maxByteSize);
111 ~TextDropShadowCache();
153 }; // class TextDropShadowCache

Completed in 47 milliseconds