Lines Matching full:tolerance
171 my $tolerance = 0;
216 $tolerance = 1.0;
219 $tolerance = 0.1;
222 $tolerance = 0.1;
298 --tolerance t Ignore image differences less than this percentage (default: $tolerance)
364 'tolerance=f' => \$tolerance,
480 print "Enabling pixel tests with a tolerance of $tolerance%\n";
649 push @diffToolArgs, "--tolerance", $tolerance;