Home
last modified time | relevance | path

Searched refs:addToHead (Results 1 – 12 of 12) sorted by relevance

/external/skia/tests/
DLListTest.cpp62 list.addToHead(&elements[0]); in TestTInternalLList()
66 list.addToHead(&elements[1]); in TestTInternalLList()
67 list.addToHead(&elements[2]); in TestTInternalLList()
68 list.addToHead(&elements[3]); in TestTInternalLList()
151 list1.addToHead(ListElement(1)); in TestTLList()
178 list2.addToHead(ListElement(2)); in TestTLList()
189 list1.addToHead(ListElement(2)); in TestTLList()
214 list1.addToHead(ListElement(id)); in TestTLList()
/external/skia/src/core/
DSkTLList.h69 T* addToHead(const T& t) { in addToHead() function
72 fList.addToHead(node); in addToHead()
78 T* addToHead() { in addToHead() function
81 fList.addToHead(node); in addToHead()
257 fFreeList.addToHead(block->fNodes + i); in createNode()
279 fFreeList.addToHead(node); in removeNode()
DSkResourceCache.h258 void addToHead(Rec*);
DSkResourceCache.cpp248 this->addToHead(rec); in add()
410 void SkResourceCache::addToHead(Rec* rec) { in addToHead() function in SkResourceCache
DSkImageFilter.cpp453 fLRU.addToHead(v); in get()
466 fLRU.addToHead(v); in set()
/external/skia/src/gpu/
DGrTextBlobCache.h77 fBlobList.addToHead(blob); in add()
115 fBlobList.addToHead(blob); in makeMRU()
DGrBatchAtlas.cpp247 fPlotList.addToHead(currPlot->get()); in GrBatchAtlas()
270 fPlotList.addToHead(plot); in makeMRU()
342 fPlotList.addToHead(newPlot.get()); in addToAtlas()
DGrAtlas.cpp180 fPlotList.addToHead(currPlot); in GrAtlas()
202 fPlotList.addToHead(plot); in makeMRU()
DGrReducedClip.cpp213 Element* newElement = result->addToHead(*element); in reduced_stack_walker()
/external/skia/src/lazy/
DSkDiscardableMemoryPool.cpp184 fList.addToHead(dm); in create()
223 fList.addToHead(dm); in lock()
/external/skia/include/core/
DSkTInternalLList.h74 void addToHead(T* entry) { in addToHead() function
150 this->addToHead(newEntry); in addAfter()
/external/skia/tools/skpdiff/
DSkDiffContext.cpp113 DiffRecord* newRecord = fRecords.addToHead(DiffRecord()); in addDiff()