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
21
#include "
GradientCache
.h"
65
GradientCache
::
GradientCache
(Extensions& extensions)
76
GradientCache
::~
GradientCache
() {
84
uint32_t
GradientCache
::getSize() {
88
uint32_t
GradientCache
::getMaxSize() {
96
void
GradientCache
::operator()(GradientCacheEntry&, Texture*& texture) {
108
Texture*
GradientCache
::get(uint32_t* colors, float* positions, int count) {
119
void
GradientCache
::clear()
[
all
...]
GradientCache.h
104
class
GradientCache
: public OnEntryRemoved<GradientCacheEntry, Texture*> {
106
GradientCache
(Extensions& extensions);
107
~
GradientCache
();
161
typedef void (
GradientCache
::*ChannelSplitter)(uint32_t inColor,
167
typedef void (
GradientCache
::*ChannelMixer)(GradientColor& start, GradientColor& end,
183
}; // class
GradientCache
Completed in 1643 milliseconds