Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsSkpClipTest.cpp224 class SortByPixel : public TestResult { class
226 bool operator<(const SortByPixel& rh) const { in operator <()
250 SkTDArray<SortByPixel> fPixelWorst;
372 data->fPixelWorst[index] = *(SortByPixel*) &testResult; in addError()
388 *data->fPixelWorst.append() = *(SortByPixel*) &testResult; in addError()
768 SkTDArray<SortByPixel*> worst; in encodeFound()
772 SkTQSort<SortByPixel>(worst.begin(), worst.end() - 1); in encodeFound()
954 SkTDArray<SortByPixel*> pixels; in DEF_TEST()
957 *pixels.append() = (SortByPixel*) &allResults[index]; in DEF_TEST()
962 SkTQSort<SortByPixel>(pixels.begin(), pixels.end() - 1); in DEF_TEST()