Home | History | Annotate | Download | only in tests

Lines Matching refs:worst

768             SkTDArray<SortByPixel*> worst;
770 *worst.append() = &state.fPixelWorst[index];
772 SkTQSort<SortByPixel>(worst.begin(), worst.end() - 1);
774 const TestResult& result = *worst[index];