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

/frameworks/base/libs/hwui/
H A DGradientCache.cpp21 #include "GradientCache.h"
65 GradientCache::GradientCache(Extensions& extensions) function in class:android::uirenderer::GradientCache
77 GradientCache::~GradientCache() {
85 uint32_t GradientCache::getSize() {
89 uint32_t GradientCache::getMaxSize() {
97 void GradientCache::operator()(GradientCacheEntry&, Texture*& texture) {
109 Texture* GradientCache::get(uint32_t* colors, float* positions, int count) {
120 void GradientCache
[all...]
H A DGradientCache.h106 class GradientCache: public OnEntryRemoved<GradientCacheEntry, Texture*> { class in namespace:android::uirenderer
108 explicit GradientCache(Extensions& extensions);
109 ~GradientCache();
157 typedef void (GradientCache::*ChannelMixer)(const FloatColor& start, const FloatColor& end,
176 }; // class GradientCache

Completed in 3652 milliseconds