HomeSort by relevance Sort by last modified time
    Searched defs:TextDropShadowCache (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
TextDropShadowCache.cpp 23 #include "TextDropShadowCache.h"
97 TextDropShadowCache::TextDropShadowCache():
112 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize):
118 TextDropShadowCache::~TextDropShadowCache() {
122 void TextDropShadowCache::init() {
131 uint32_t TextDropShadowCache::getSize() {
135 uint32_t TextDropShadowCache::getMaxSize()
    [all...]
TextDropShadowCache.h 126 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> {
128 TextDropShadowCache();
129 TextDropShadowCache(uint32_t maxByteSize);
130 ~TextDropShadowCache();
172 }; // class TextDropShadowCache

Completed in 157 milliseconds