HomeSort by relevance Sort by last modified time
    Searched defs:colorThreshold (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/
skdiff_image.cpp 22 const int colorThreshold,
72 create_and_write_diff_image(drp, dmp, colorThreshold, outputDir, outputFilename);
123 int colorThreshold = 0;
205 colorThreshold = atoi(argv[++i]);
330 create_diff_images(diffProc, colorThreshold, baseFile, comparisonFile, outputDir, outputFile,
skdiff_main.cpp 317 const int colorThreshold,
432 create_and_write_diff_image(drp, dmp, colorThreshold,
549 int colorThreshold = 0;
657 colorThreshold = atoi(argv[++i]);
728 create_diff_images(diffProc, colorThreshold, &differences,
740 print_diff_page(summary.fNumMatches, colorThreshold, differences,

Completed in 28 milliseconds