Searched defs:fPixelWorst (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DPathOpsSkpClipTest.cpp248 SkTDArray<SortByPixel> fPixelWorst; member in struct:TestState
364 int worstCount = data->fPixelWorst.count();
368 if (pixelError > data->fPixelWorst[index].fPixelError) {
369 data->fPixelWorst[index] = *(SortByPixel*) &testResult;
385 *data->fPixelWorst.append() = *(SortByPixel*) &testResult;
764 if (state.fPixelWorst.count()) {
766 for (int index = 0; index < state.fPixelWorst.count(); ++index) {
767 *worst.append() = &state.fPixelWorst[index];
770 for (int index = 0; index < state.fPixelWorst.count(); ++index) {
790 for (int index = 0; index < state.fPixelWorst
[all...]

Completed in 51 milliseconds