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

/external/skia/tests/
H A DPathOpsSkpClipTest.cpp238 class SortByName : public TestResult { class in inherits:TestResult
240 bool operator<(const SortByName& rh) const {
627 SkTDArray<TestResult>* tests, SkTDArray<SortByName*>* sorted) {
659 *sorted[dirNo - firstDirNo].append() = (SortByName*) &testSet[index];
662 SkTQSort<SortByName>(sorted[dirNo - firstDirNo].begin(),
698 bool Less(const SortByName& a, const SortByName& b);
699 bool Less(const SortByName& a, const SortByName& b) {
710 SkTDArray<SortByName*> sorte
[all...]

Completed in 43 milliseconds