Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsSkpClipTest.cpp289 class SortByPixel : public TestResult { class
291 bool operator<(const SortByPixel& rh) const { in operator <()
316 SkTDArray<SortByPixel> fPixelWorst;
514 data->fPixelWorst[index] = *(SortByPixel*) &testResult; in addError()
530 *data->fPixelWorst.append() = *(SortByPixel*) &testResult; in addError()
852 SkTDArray<SortByPixel*> worst; in encodeFound()
856 SkTQSort<SortByPixel>(worst.begin(), worst.end() - 1); in encodeFound()
1084 SkTDArray<SortByPixel*> pixels; in DEF_TEST()
1087 *pixels.append() = (SortByPixel*) &allResults[index]; in DEF_TEST()
1092 SkTQSort<SortByPixel>(pixels.begin(), pixels.end() - 1); in DEF_TEST()
/external/chromium_org/third_party/skia/tests/
DPathOpsSkpClipTest.cpp216 class SortByPixel : public TestResult { class
218 bool operator<(const SortByPixel& rh) const { in operator <()
242 SkTDArray<SortByPixel> fPixelWorst;
364 data->fPixelWorst[index] = *(SortByPixel*) &testResult; in addError()
380 *data->fPixelWorst.append() = *(SortByPixel*) &testResult; in addError()
760 SkTDArray<SortByPixel*> worst; in encodeFound()
764 SkTQSort<SortByPixel>(worst.begin(), worst.end() - 1); in encodeFound()
946 SkTDArray<SortByPixel*> pixels; in DEF_TEST()
949 *pixels.append() = (SortByPixel*) &allResults[index]; in DEF_TEST()
954 SkTQSort<SortByPixel>(pixels.begin(), pixels.end() - 1); in DEF_TEST()