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

/frameworks/base/libs/hwui/
H A DTextDropShadowCache.cpp23 #include "TextDropShadowCache.h"
95 TextDropShadowCache::TextDropShadowCache() function in class:android::uirenderer::TextDropShadowCache
96 : TextDropShadowCache(DeviceInfo::multiplyByResolution(2)) {}
98 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize) function in class:android::uirenderer::TextDropShadowCache
106 TextDropShadowCache::~TextDropShadowCache() {
114 uint32_t TextDropShadowCache::getSize() {
118 uint32_t TextDropShadowCache
[all...]
H A DTextDropShadowCache.h121 class TextDropShadowCache : public OnEntryRemoved<ShadowText, ShadowTexture*> { class in namespace:android::uirenderer
123 TextDropShadowCache();
124 explicit TextDropShadowCache(uint32_t maxByteSize);
125 ~TextDropShadowCache();
159 }; // class TextDropShadowCache

Completed in 52 milliseconds