Home | History | Annotate | Download | only in gradients

Lines Matching defs:SkBitmapCache

10 #include "SkBitmapCache.h"
12 struct SkBitmapCache::Entry {
36 SkBitmapCache::SkBitmapCache(int max) : fMaxEntries(max) {
43 SkBitmapCache::~SkBitmapCache() {
54 SkBitmapCache::Entry* SkBitmapCache::detach(Entry* entry) const {
72 void SkBitmapCache::attachToHead(Entry* entry) const {
83 bool SkBitmapCache::find(const void* buffer, size_t size, SkBitmap* bm) const {
102 void SkBitmapCache::add(const void* buffer, size_t len, const SkBitmap& bm) {
120 void SkBitmapCache::validate() const {