Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DLListTest.cpp192 list2.addBefore(list2.headIter(), 1); in test_tllist()
236 Iter iter = list1.headIter(); in test_tllist()
/third_party/flutter/skia/src/core/
DSkTLList.h107 Iter headIter() const { return Iter(*this, Iter::kHead_IterStart); } in headIter() function
/third_party/flutter/skia/src/gpu/
DGrReducedClip.cpp406 Element* element = fMaskElements.headIter().get(); in walkStack()
471 element = fMaskElements.headIter().get(); in walkStack()