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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkBitmapCache.h 32 inline void attachToHead(Entry*) const;
SkBitmapCache.cpp 72 void SkBitmapCache::attachToHead(Entry* entry) const {
94 this->attachToHead(entry);
112 this->attachToHead(entry);
  /external/skia/src/effects/gradients/
SkBitmapCache.h 32 inline void attachToHead(Entry*) const;
SkBitmapCache.cpp 72 void SkBitmapCache::attachToHead(Entry* entry) const {
94 this->attachToHead(entry);
112 this->attachToHead(entry);
  /external/chromium_org/third_party/skia/src/gpu/
GrResourceCache.cpp 165 void GrResourceCache::attachToHead(GrResourceCacheEntry* entry,
222 this->attachToHead(entry);
242 this->attachToHead(entry);
292 attachToHead(entry, kIgnore_BudgetBehavior);
GrResourceCache.h 333 void attachToHead(GrResourceCacheEntry*, BudgetBehaviors behavior = kAccountFor_BudgetBehavior);
  /external/skia/src/gpu/
GrResourceCache.cpp 165 void GrResourceCache::attachToHead(GrResourceCacheEntry* entry,
222 this->attachToHead(entry);
242 this->attachToHead(entry);
292 attachToHead(entry, kIgnore_BudgetBehavior);
GrResourceCache.h 333 void attachToHead(GrResourceCacheEntry*, BudgetBehaviors behavior = kAccountFor_BudgetBehavior);

Completed in 349 milliseconds