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

  /frameworks/base/libs/hwui/
TextDropShadowCache.cpp 22 #include "TextDropShadowCache.h"
96 TextDropShadowCache::TextDropShadowCache():
111 TextDropShadowCache::TextDropShadowCache(uint32_t maxByteSize):
117 TextDropShadowCache::~TextDropShadowCache() {
121 void TextDropShadowCache::init() {
130 uint32_t TextDropShadowCache::getSize() {
134 uint32_t TextDropShadowCache::getMaxSize()
    [all...]
TextDropShadowCache.h 124 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> {
126 TextDropShadowCache();
127 TextDropShadowCache(uint32_t maxByteSize);
128 ~TextDropShadowCache();
170 }; // class TextDropShadowCache
Android.mk 43 TextDropShadowCache.cpp
Caches.h 40 #include "TextDropShadowCache.h"
282 TextDropShadowCache dropShadowCache;

Completed in 431 milliseconds