Searched refs:fAverageMismatchA (Results 1 – 3 of 3) sorted by relevance
118 , fAverageMismatchA(0) in DiffRecord()141 float fAverageMismatchA; member
128 if (SkScalarRoundToInt(diff.fAverageMismatchA) > 0) { in print_label_cell()130 stream->writeDecAsText(SkScalarRoundToInt(diff.fAverageMismatchA)); in print_label_cell()
222 dr->fAverageMismatchA = ((float) totalMismatchA) / pixelCount; in compute_diff()