Home
last modified time | relevance | path

Searched refs:fMaxMismatchV (Results 1 – 1 of 1) sorted by relevance

/external/skia/tools/
Dskdiff_main.cpp69 , fMaxMismatchV(0) in DiffSummary()
85 uint32_t fMaxMismatchV; member
166 printf("Maximum pixel intensity mismatch %d\n", fMaxMismatchV); in print()
214 if (mismatchValue > fMaxMismatchV) { in add()
215 fMaxMismatchV = mismatchValue; in add()