OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mismatchedpixels
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
skdiff.cpp
168
int
mismatchedPixels
= 0;
206
mismatchedPixels
++;
215
if (0 ==
mismatchedPixels
) {
221
dr->fFractionDifference = ((float)
mismatchedPixels
) / pixelCount;
/external/skia/tools/
skdiff.cpp
168
int
mismatchedPixels
= 0;
206
mismatchedPixels
++;
215
if (0 ==
mismatchedPixels
) {
221
dr->fFractionDifference = ((float)
mismatchedPixels
) / pixelCount;
Completed in 99 milliseconds