OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextDropShadowCache
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
TextDropShadowCache.cpp
20
#include "
TextDropShadowCache
.h"
30
TextDropShadowCache
::
TextDropShadowCache
():
45
TextDropShadowCache
::
TextDropShadowCache
(uint32_t maxByteSize):
51
TextDropShadowCache
::~
TextDropShadowCache
() {
55
void
TextDropShadowCache
::init() {
64
uint32_t
TextDropShadowCache
::getSize() {
68
uint32_t
TextDropShadowCache
::getMaxSize()
[
all
...]
TextDropShadowCache.h
107
class
TextDropShadowCache
: public OnEntryRemoved<ShadowText, ShadowTexture*> {
109
TextDropShadowCache
();
110
TextDropShadowCache
(uint32_t maxByteSize);
111
~
TextDropShadowCache
();
153
}; // class
TextDropShadowCache
Completed in 19 milliseconds