Searched refs:fMaxMismatchB (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dskdiff.h126 , fMaxMismatchB(0)
151 uint32_t fMaxMismatchB; member in struct:DiffRecord
238 lhs->fMaxMismatchB);
241 rhs->fMaxMismatchB);
H A Dskdiff.cpp202 if (thisB > dr->fMaxMismatchB) {
203 dr->fMaxMismatchB = thisB;
H A Dskdiff_image.cpp357 dr.fMaxMismatchB));
H A Dskdiff_html.cpp147 diff.fMaxMismatchB));
H A Dskdiff_main.cpp174 drp->fMaxMismatchB);
/external/skia/tools/
H A Dskdiff.h126 , fMaxMismatchB(0)
151 uint32_t fMaxMismatchB; member in struct:DiffRecord
238 lhs->fMaxMismatchB);
241 rhs->fMaxMismatchB);
H A Dskdiff.cpp202 if (thisB > dr->fMaxMismatchB) {
203 dr->fMaxMismatchB = thisB;
H A Dskdiff_image.cpp357 dr.fMaxMismatchB));
H A Dskdiff_html.cpp147 diff.fMaxMismatchB));
H A Dskdiff_main.cpp174 drp->fMaxMismatchB);

Completed in 912 milliseconds