Lines Matching refs:to
3 committed to the Skia repository.
5 Launch with --help to see more information.
26 To update the checked-in baselines across all platforms, follow these steps:
40 baseline images; if you want to check in new baseline images (ones that the
42 to use download_baselines.py's --add-new-files option.
47 committed to the Skia repository. Relies on skdiff to do the low-level
56 OPTION_PATH_TO_SKDIFF = '--path-to-skdiff'
62 """Copy all files from source_dir into dest_dir, adding prefix to the name
67 @param dest_dir where to save the copied files
68 @param prefix prefix to add to each filename when we make the copy
85 @param dest_dir where to save the copied files
111 """Return path to an existing skdiff binary, or raise an exception if we
120 raise Exception('unable to find skdiff at user-set path %s' %
128 raise Exception('cannot find skdiff in paths %s; maybe you need to '
134 committed to the Skia repository.
143 raise Exception('cannot find gm_basedir at %s; maybe you need to '
150 # Download all checked-in baseline images to a temp directory
167 # Run skdiff to compare checkedin_flattened_dir against local_flattened_dir
173 # TODO(epoger): delete tempdir_base tree to clean up after ourselves (but
174 # not before the user gets a chance to examine the results), and/or
175 # allow user to specify a different directory to write into?
182 """Allow other scripts to call this script with fake command-line args.
195 help='path to root of locally stored baseline images '
196 'to compare against those checked into the svn repo; '
197 'defaults to "%s"' % DEFAULT_GM_BASEDIR)
200 help='path to already-built skdiff tool; if not set, '
206 'expected GM baseline images; defaults to "%s"' %