Home | History | Annotate | Download | only in tests

Lines Matching refs:fError

117         sk_bzero(fError, sizeof(fError));
122 int fError[kMaxFiles];
304 data->fError[dCount] = pixelError;
312 if (smallest > data->fError[index]) {
313 smallest = data->fError[index];
317 data->fError[smallestIndex] = pixelError;
322 if (data->fSmallestError > data->fError[index]) {
323 data->fSmallestError = data->fError[index];
639 state.fError[index]);
708 max.fError[maxIdx] = state.fError[index];
715 if (max.fError[maxIdx] < state.fError[index]) {
716 max.fError[maxIdx] = state.fError[index];