OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GradientCache
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
GradientCache.cpp
23
#include "
GradientCache
.h"
65
GradientCache
::
GradientCache
():
85
GradientCache
::
GradientCache
(uint32_t maxByteSize):
91
GradientCache
::~
GradientCache
() {
99
uint32_t
GradientCache
::getSize() {
103
uint32_t
GradientCache
::getMaxSize() {
107
void
GradientCache
::setMaxSize(uint32_t maxSize)
[
all
...]
GradientCache.h
111
class
GradientCache
: public OnEntryRemoved<GradientCacheEntry, Texture*> {
113
GradientCache
();
114
GradientCache
(uint32_t maxByteSize);
115
~
GradientCache
();
172
typedef void (
GradientCache
::*ChannelSplitter)(uint32_t inColor,
178
typedef void (
GradientCache
::*ChannelMixer)(GradientColor& start, GradientColor& end,
195
}; // class
GradientCache
Android.mk
24
GradientCache
.cpp \
Caches.h
41
#include "
GradientCache
.h"
329
GradientCache
gradientCache
;
Completed in 232 milliseconds