OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextDropShadowCache
(Results
1 - 4
of
4
) 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
Android.mk
46
TextDropShadowCache
.cpp
Caches.h
45
#include "
TextDropShadowCache
.h"
333
TextDropShadowCache
dropShadowCache;
Completed in 252 milliseconds