Searched refs:TextureCache (Results 1 – 6 of 6) sorted by relevance
35 TextureCache::TextureCache(): in TextureCache() function in android::uirenderer::TextureCache49 TextureCache::TextureCache(uint32_t maxByteSize): in TextureCache() function in android::uirenderer::TextureCache55 TextureCache::~TextureCache() { in ~TextureCache()59 void TextureCache::init() { in init()72 uint32_t TextureCache::getSize() { in getSize()76 uint32_t TextureCache::getMaxSize() { in getMaxSize()80 void TextureCache::setMaxSize(uint32_t maxSize) { in setMaxSize()91 void TextureCache::operator()(SkBitmap*& bitmap, Texture*& texture) { in operator ()()109 Texture* TextureCache::get(SkBitmap* bitmap) { in get()148 void TextureCache::remove(SkBitmap* bitmap) { in remove()[all …]
51 class TextureCache: public OnEntryRemoved<SkBitmap*, Texture*> {53 TextureCache();54 TextureCache(uint32_t maxByteSize);55 ~TextureCache();
78 virtual void set(TextureCache* textureCache, GradientCache* gradientCache) { in set()123 TextureCache* mTextureCache;240 void set(TextureCache* textureCache, GradientCache* gradientCache);
29 TextureCache.cpp \
177 TextureCache textureCache;
386 void SkiaComposeShader::set(TextureCache* textureCache, GradientCache* gradientCache) { in set()