Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsSkpClipTest.cpp238 class SortByName : public TestResult { class
240 bool operator<(const SortByName& rh) const { in operator <()
627 SkTDArray<TestResult>* tests, SkTDArray<SortByName*>* sorted) { in buildTestDir()
659 *sorted[dirNo - firstDirNo].append() = (SortByName*) &testSet[index]; in buildTestDir()
662 SkTQSort<SortByName>(sorted[dirNo - firstDirNo].begin(), in buildTestDir()
698 bool Less(const SortByName& a, const SortByName& b);
699 bool Less(const SortByName& a, const SortByName& b) { in Less()
710 SkTDArray<SortByName*> sorted[1]; in doOneDir()
724 SortByName name; in doOneDir()
728 int idx = SkTSearch<SortByName, Less>(sorted[0].begin(), count, &name, sizeof(&name)); in doOneDir()
[all …]