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"
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
Caches.h
30
#include "
TextDropShadowCache
.h"
152
TextDropShadowCache
dropShadowCache;
/frameworks/base/libs/hwui/tests/unit/
TextDropShadowCacheTests.cpp
20
#include "
TextDropShadowCache
.h"
29
RENDERTHREAD_OPENGL_PIPELINE_TEST(
TextDropShadowCache
, addRemove) {
37
TextDropShadowCache
cache(MB(5));
Completed in 266 milliseconds