Searched defs:colorThreshold (Results 1 - 5 of 5) sorted by relevance

/external/skia/tools/
H A Dskdiff_html.cpp30 const int colorThreshold,
59 if (colorThreshold == 0) {
63 stream->writeDecAsText(colorThreshold);
225 const int colorThreshold,
283 print_table_header(&outputStream, matchCount, colorThreshold, differences,
28 print_table_header(SkFILEWStream* stream, const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString &baseDir, const SkString &comparisonDir, bool doOutputDate = false) argument
224 print_diff_page(const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir) argument
H A Dskdiff_image.cpp20 const int colorThreshold,
70 create_and_write_diff_image(drp, dmp, colorThreshold, outputDir, outputFilename);
121 int colorThreshold = 0; local
203 colorThreshold = atoi(argv[++i]);
328 create_diff_images(diffProc, colorThreshold, baseFile, comparisonFile, outputDir, outputFile,
19 create_diff_images(DiffMetricProc dmp, const int colorThreshold, const SkString& baseFile, const SkString& comparisonFile, const SkString& outputDir, const SkString& outputFilename, DiffRecord* drp) argument
H A Dskdiff.cpp158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) { argument
205 if (!colors_match_thresholded(c0, c1, colorThreshold)) {
H A Dskdiff_utils.cpp138 const int colorThreshold,
154 compute_diff(drp, dmp, colorThreshold);
136 create_and_write_diff_image(DiffRecord* drp, DiffMetricProc dmp, const int colorThreshold, const SkString& outputDir, const SkString& filename) argument
H A Dskdiff_main.cpp317 const int colorThreshold,
432 create_and_write_diff_image(drp, dmp, colorThreshold,
549 int colorThreshold = 0; local
657 colorThreshold = atoi(argv[++i]);
728 create_diff_images(diffProc, colorThreshold, &differences,
740 print_diff_page(summary.fNumMatches, colorThreshold, differences,
316 create_diff_images(DiffMetricProc dmp, const int colorThreshold, RecordArray* differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, bool getBounds, DiffSummary* summary) argument

Completed in 197 milliseconds