HomeSort by relevance Sort by last modified time
    Searched refs:attachToHead (Results 1 - 12 of 12) 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 136 void GrResourceCache::attachToHead(GrResourceEntry* entry,
193 this->attachToHead(entry);
213 this->attachToHead(entry);
259 attachToHead(entry, kIgnore_BudgetBehavior);
GrResourceCache.h 360 void attachToHead(GrResourceEntry*, BudgetBehaviors behavior = kAccountFor_BudgetBehavior);
  /external/skia/src/gpu/
GrResourceCache.cpp 136 void GrResourceCache::attachToHead(GrResourceEntry* entry,
193 this->attachToHead(entry);
213 this->attachToHead(entry);
259 attachToHead(entry, kIgnore_BudgetBehavior);
GrResourceCache.h 360 void attachToHead(GrResourceEntry*, BudgetBehaviors behavior = kAccountFor_BudgetBehavior);
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.h 212 void attachToHead(SkGlyphCache** head) {
SkGlyphCache.cpp 622 cache->attachToHead(&globals.fHead);
653 cache->attachToHead(&globals.fHead);
  /external/skia/src/core/
SkGlyphCache.h 212 void attachToHead(SkGlyphCache** head) {
SkGlyphCache.cpp 622 cache->attachToHead(&globals.fHead);
653 cache->attachToHead(&globals.fHead);

Completed in 350 milliseconds