HomeSort by relevance Sort by last modified time
    Searched full:gradientcache (Results 1 - 7 of 7) 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
Caches.h 44 #include "GradientCache.h"
336 GradientCache gradientCache;
Android.mk 32 GradientCache.cpp \
Caches.cpp 291 log.appendFormat(" GradientCache %8d / %8d\n",
292 gradientCache.getSize(), gradientCache.getMaxSize());
315 total += gradientCache.getSize();
352 gradientCache.clear();
SkiaShader.h 30 #include "GradientCache.h"
SkiaShader.cpp 399 Texture* texture = caches->gradientCache.get(gradInfo.fColors, gradInfo.fColorOffsets,

Completed in 668 milliseconds