Home | History | Annotate | Download | only in tests

Lines Matching defs:fError

106         sk_bzero(fError, sizeof(fError));
122 int fError[kMaxFiles];
288 data->fError[dCount] = pixelError;
296 if (smallest > data->fError[index]) {
297 smallest = data->fError[index];
301 data->fError[smallestIndex] = pixelError;
306 if (data->fSmallestError > data->fError[index]) {
307 data->fSmallestError = data->fError[index];
606 state.fError[index]);
656 testResult.fPixelError = testState.fError[inner];