Home | History | Annotate | Download | only in tests

Lines Matching defs:worst

760             SkTDArray<SortByPixel*> worst;
762 *worst.append() = &state.fPixelWorst[index];
764 SkTQSort<SortByPixel>(worst.begin(), worst.end() - 1);
766 const TestResult& result = *worst[index];