Searched defs:addToHead (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkTInternalLList.h79 void addToHead(T* entry) { function in class:SkTInternalLList
155 this->addToHead(newEntry);
H A DSkTLList.h68 template <typename... Args> T* addToHead(Args&&... args) { function in class:SkTLList
71 fList.addToHead(node);
229 fFreeList.addToHead(fFirstBlock.fNodes + i);
255 fFreeList.addToHead(block->fNodes + i);
278 fFreeList.addToHead(node);
H A DSkResourceCache.cpp152 this->addToHead(rec);
335 void SkResourceCache::addToHead(Rec* rec) { function in class:SkResourceCache
/external/skqp/src/core/
H A DSkTInternalLList.h79 void addToHead(T* entry) { function in class:SkTInternalLList
155 this->addToHead(newEntry);
H A DSkTLList.h68 template <typename... Args> T* addToHead(Args&&... args) { function in class:SkTLList
71 fList.addToHead(node);
229 fFreeList.addToHead(fFirstBlock.fNodes + i);
255 fFreeList.addToHead(block->fNodes + i);
278 fFreeList.addToHead(node);
H A DSkResourceCache.cpp152 this->addToHead(rec);
335 void SkResourceCache::addToHead(Rec* rec) { function in class:SkResourceCache

Completed in 178 milliseconds