Lines Matching refs:fPixelWorst
250 SkTDArray<SortByPixel> fPixelWorst; member
367 int worstCount = data->fPixelWorst.count(); in addError()
371 if (pixelError > data->fPixelWorst[index].fPixelError) { in addError()
372 data->fPixelWorst[index] = *(SortByPixel*) &testResult; in addError()
388 *data->fPixelWorst.append() = *(SortByPixel*) &testResult; in addError()
767 if (state.fPixelWorst.count()) { in encodeFound()
769 for (int index = 0; index < state.fPixelWorst.count(); ++index) { in encodeFound()
770 *worst.append() = &state.fPixelWorst[index]; in encodeFound()
773 for (int index = 0; index < state.fPixelWorst.count(); ++index) { in encodeFound()
793 for (int index = 0; index < state.fPixelWorst.count(); ++index) { in encodeFound()
794 const TestResult& result = state.fPixelWorst[index]; in encodeFound()
878 for (int inner = 0; inner < testState.fPixelWorst.count(); ++inner) { in DEF_TEST()
879 addError(&state, testState.fPixelWorst[inner]); in DEF_TEST()
964 *state.fPixelWorst.append() = *pixels[allCount - inner - 1]; in DEF_TEST()