Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
pdf-comparison.py File Reference

Go to the source code of this file.

Namespaces

namespace  pdf-comparison
 
namespace  pdf
 -comparison
 

Functions

 pdf-comparison.test_exe (cmd)
 
 pdf-comparison.print_cmd (cmd, o)
 
 pdf-comparison.check_call (cmd, **kwargs)
 
 pdf-comparison.check_output (cmd, **kwargs)
 
 pdf-comparison.remove (*paths)
 
 pdf-comparison.timeout (deadline, cmd)
 
 pdf-comparison.is_same (path1, path2)
 
 pdf-comparison.getfilesoftype (directory, ending)
 
 pdf-comparison.get_common_paths (dirs, ext)
 
 pdf-comparison.printable_path (d)
 
 pdf-comparison.spawn (cmd)
 
 pdf-comparison.sysopen (arg)
 
 pdf-comparison.shard (fn, arglist)
 
 pdf-comparison.shardsum (fn, arglist)
 
 pdf-comparison.checkout_worktree (checkoutable)
 
 pdf-comparison.build_skia (directory, executable)
 
 pdf-comparison.build_and_run_dm (directory, data_dir)
 
 pdf-comparison.rasterize (path)
 
 pdf-comparison.main (control_commitish)
 

Variables

 pdf-comparison.EXTRA_GN_ARGS = os.environ.get('PDF_COMPARISON_GN_ARGS', '')
 
str pdf-comparison.REFERENCE_BACKEND = 'gl' if 'PDF_COMPARISON_NOGPU' not in os.environ else '8888'
 
 pdf-comparison.DPI = float(os.environ.get('PDF_COMPARISON_DPI', 72))
 
str pdf-comparison.PDF_CONFIG = 'pdf' if 'PDF_COMPARISON_300DPI' not in os.environ else 'pdf300'
 
list pdf-comparison.BAD_TESTS
 
str pdf-comparison.NINJA = 'ninja'
 
str pdf-comparison.PDFIUM_TEST = 'pdfium_test'
 
 pdf-comparison.NUM_THREADS = int(os.environ.get('PDF_COMPARISON_THREADS', 40))
 
list pdf-comparison.SOURCES = ['gm']
 
str pdf-comparison.HTML_HEAD
 
str pdf-comparison.HTML_TAIL
 
tuple pdf-comparison.USAGE