HomeSort by relevance Sort by last modified time
    Searched refs:SkBitmapCache (Results 1 - 4 of 4) sorted by null

  /external/skia/src/effects/
SkBitmapCache.h 15 class SkBitmapCache : SkNoncopyable {
17 SkBitmapCache(int maxEntries);
18 ~SkBitmapCache();
42 AutoValidate(const SkBitmapCache* bc) : fBC(bc) { bc->validate(); }
45 const SkBitmapCache* fBC;
SkBitmapCache.cpp 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
    [all...]
SkGradientShader.cpp 17 #include "SkBitmapCache.h"
774 static SkBitmapCache* gCache;
780 gCache = new SkBitmapCache(MAX_NUM_CACHED_GRADIENT_BITMAPS);
    [all...]
  /external/skia/
Android.mk 167 src/effects/SkBitmapCache.cpp \

Completed in 89 milliseconds