Searched refs:fPixelWorst (Results 1 – 1 of 1) sorted by relevance
250 SkTDArray<SortByPixel> fPixelWorst; member367 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()[all …]