Home
last modified time | relevance | path

Searched refs:addBefore (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DLListTest.cpp99 list.addBefore(&elements[1], nullptr); in test_tinternallist()
102 list.addBefore(&elements[0], &elements[1]); in test_tinternallist()
108 list.addBefore(&elements[2], &elements[3]); in test_tinternallist()
153 list2.addBefore(list2.headIter(), 1); in test_tllist()
211 list1.addBefore(iter, id); in test_tllist()
/external/skia/src/core/
DSkTLList.h89 template <typename... Args> T* addBefore(Iter location, Args&&... args) { in addBefore() function
92 fList.addBefore(node, location.getNode()); in addBefore()
DSkTInternalLList.h117 void addBefore(T* newEntry, T* existingEntry) { in addBefore() function