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

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

Completed in 175 milliseconds