OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalMismatchA
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
skdiff.cpp
169
int
totalMismatchA
= 0;
186
totalMismatchA
+= thisA;
223
dr->fTotalMismatchA =
totalMismatchA
;
224
dr->fAverageMismatchA = ((float)
totalMismatchA
) / pixelCount;
/external/skia/tools/
skdiff.cpp
169
int
totalMismatchA
= 0;
186
totalMismatchA
+= thisA;
223
dr->fTotalMismatchA =
totalMismatchA
;
224
dr->fAverageMismatchA = ((float)
totalMismatchA
) / pixelCount;
Completed in 708 milliseconds