Lines Matching refs:tolerance
153 my $tolerance = 0;
181 $tolerance = 1.0;
184 $tolerance = 0.1;
187 $tolerance = 0.1;
242 --tolerance t Ignore image differences less than this percentage (default: $tolerance)
304 'tolerance=f' => \$tolerance,
403 print "Enabling pixel tests with a tolerance of $tolerance%\n";
505 push @diffToolArgs, "--tolerance", $tolerance;