Searched defs:GradientCache (Results 1 - 2 of 2) sorted by path

/frameworks/base/libs/hwui/
H A DGradientCache.cpp21 #include "GradientCache.h"
65 GradientCache::GradientCache(Extensions& extensions) function in class:android::uirenderer::GradientCache
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
[all...]
H A DGradientCache.h104 class GradientCache: public OnEntryRemoved<GradientCacheEntry, Texture*> { class in namespace:android::uirenderer
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 543 milliseconds