OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GradientCache
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
GradientCache.cpp
27
#include "
GradientCache
.h"
37
GradientCache
::
GradientCache
():
51
GradientCache
::
GradientCache
(uint32_t maxByteSize):
57
GradientCache
::~
GradientCache
() {
65
uint32_t
GradientCache
::getSize() {
69
uint32_t
GradientCache
::getMaxSize() {
73
void
GradientCache
::setMaxSize(uint32_t maxSize)
[
all
...]
GradientCache.h
103
class
GradientCache
: public OnEntryRemoved<GradientCacheEntry, Texture*> {
105
GradientCache
();
106
GradientCache
(uint32_t maxByteSize);
107
~
GradientCache
();
156
}; // class
GradientCache
Completed in 14 milliseconds