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

/external/skia/tests/
H A DPathOpsSkpClipTest.cpp229 class SortByTime : public TestResult { class in inherits:TestResult
231 bool operator<(const SortByTime& rh) const {
249 SkTDArray<SortByTime> fSlowest;
379 data->fSlowest[index] = *(SortByTime*) &testResult;
389 *data->fSlowest.append() = *(SortByTime*) &testResult;
776 SkTDArray<SortByTime*> slowest;
781 SkTQSort<SortByTime>(slowest.begin(), slowest.end() - 1);
950 SkTDArray<SortByTime*> times;
953 *times.append() = (SortByTime*) &allResults[index];
963 SkTQSort<SortByTime>(time
[all...]

Completed in 54 milliseconds