Searched refs:attachToHead (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/effects/
H A DSkBitmapCache.h32 inline void attachToHead(Entry*) const;
H A DSkBitmapCache.cpp72 void SkBitmapCache::attachToHead(Entry* entry) const { function in class:SkBitmapCache
94 this->attachToHead(entry);
112 this->attachToHead(entry);
/external/skia/src/gpu/
H A DGrResourceCache.cpp105 void GrResourceCache::attachToHead(GrResourceEntry* entry, function in class:GrResourceCache
170 this->attachToHead(entry, false);
194 this->attachToHead(entry, false);
215 attachToHead(entry, true);
H A DGrResourceCache.h276 void attachToHead(GrResourceEntry*, bool);
/external/skia/src/core/
H A DSkGlyphCache.h220 void attachToHead(SkGlyphCache** head) { function in class:SkGlyphCache
H A DSkGlyphCache.cpp515 cache->attachToHead(&globals.fHead);
546 cache->attachToHead(&globals.fHead);

Completed in 88 milliseconds