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
23
#include "
TextDropShadowCache
.h"
95
TextDropShadowCache
::
TextDropShadowCache
()
96
:
TextDropShadowCache
(DeviceInfo::multiplyByResolution(2)) {}
98
TextDropShadowCache
::
TextDropShadowCache
(uint32_t maxByteSize)
106
TextDropShadowCache
::~
TextDropShadowCache
() {
114
uint32_t
TextDropShadowCache
::getSize() {
118
uint32_t
TextDropShadowCache
::getMaxSize()
[
all
...]
TextDropShadowCache.h
121
class
TextDropShadowCache
: public OnEntryRemoved<ShadowText, ShadowTexture*> {
123
TextDropShadowCache
();
124
explicit
TextDropShadowCache
(uint32_t maxByteSize);
125
~
TextDropShadowCache
();
159
}; // class
TextDropShadowCache
Completed in 149 milliseconds