skia2/tools
2014-01-02 19:42:15 +00:00
..
copyright
flags gm: add --ignoreTests flag 2013-09-19 06:18:27 +00:00
lua Added 3-color gradient scraper for detecting symmetrical gradients. 2013-08-01 17:32:56 +00:00
skpdiff The default size of mask canvas is not appropriate. its height is too small: 150, while its width is 300. As a result, for non-alphaMask canvas who doesn't update the mask canvas size, this tool just magnify the upper part of 'Expected Image' as well as 'Actual Image' when user open view.html to show skpdiff_output.json in browser for many cases. The other part can't be shown because it is out of the mask canvas. This CL update non-alphaMask canvas size according to baseline canvas for each case, then the tool can magnify anywhere you want for the whole image when you click and move mouse on the mask canvas. 2013-12-12 14:55:45 +00:00
tests create tools/tests/run_all.py to run all our Python self-tests within tools 2013-12-19 18:22:32 +00:00
__init__.py
bbh_shootout.cpp Major bench refactoring. 2013-09-10 19:23:38 +00:00
bench_pictures_cfg_helper.py Fix bench_pictures.cfg 2013-03-07 20:18:27 +00:00
bench_pictures_main.cpp Update bench pictures to time image decode & upload costs 2013-12-18 17:25:33 +00:00
bench_pictures.cfg Change bench_pictures configs 2013-12-20 14:48:38 +00:00
build-tot-chromium.sh Add safesync_url to build-tot-chromium.sh 2013-07-11 11:28:41 +00:00
buildbot_globals.py Add some debugging to buildbot_globals, sort the trybot list 2013-12-02 20:27:16 +00:00
CopyTilesRenderer.cpp
CopyTilesRenderer.h
coverage.sh increase coverage of SkPath.cpp, remove unused code 2013-11-14 16:53:22 +00:00
doxygen_footer.txt
filtermain.cpp Replace SkPicture(SkStream) constructors with a factory. 2013-06-28 21:32:00 +00:00
find_bad_images_in_skps.py Make image decoding more fault resistant, less verbose. 2013-10-04 12:46:45 +00:00
find_mac_sdk.py
gcov_shim add a way to get code coverage 2013-09-13 19:32:43 +00:00
generate_fir_coeff.py Fix metrics on Windows. 2013-07-27 20:37:56 +00:00
git-skia-verify
jsondiff.py svndiff.py: properly handle empty expectations dictionary 2013-09-04 16:27:16 +00:00
LazyDecodeBitmap.cpp Add Options to SkDecodingImageGenerator, simplify API. 2014-01-02 13:15:13 +00:00
LazyDecodeBitmap.h Add the lazy decoder from PictureFlags to SkImageDecoder 2013-07-16 18:21:46 +00:00
merge_static_libs.py
OverwriteLine.h Make tests output spin on the same line by default. 2014-01-02 16:19:53 +00:00
path_utils.cpp
path_utils.h
PdfRenderer.cpp Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. 2013-10-14 13:42:12 +00:00
PdfRenderer.h Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. 2013-10-14 13:42:12 +00:00
picture_utils.cpp
picture_utils.h
PictureBenchmark.cpp Update bench pictures to time image decode & upload costs 2013-12-18 17:25:33 +00:00
PictureBenchmark.h Update bench pictures to time image decode & upload costs 2013-12-18 17:25:33 +00:00
PictureRenderer.cpp Update bench pictures to time image decode & upload costs 2013-12-18 17:25:33 +00:00
PictureRenderer.h Adds non-1 scalar to config names. 2013-12-20 21:49:33 +00:00
PictureRenderingFlags.cpp Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache 2013-12-05 18:31:42 +00:00
PictureRenderingFlags.h Change the name of SkFlags to SkCommandLineFlags. 2013-03-21 19:43:15 +00:00
pinspect.cpp Add the lazy decoder from PictureFlags to SkImageDecoder 2013-07-16 18:21:46 +00:00
rebaseline.py Add Win8 bots to rebaseline.py, add baselines for Win8 2013-12-17 17:29:33 +00:00
reformat-json.py add reformat-json.py script 2013-07-19 15:45:22 +00:00
render_pdfs_main.cpp Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. 2013-10-14 13:42:12 +00:00
render_pictures_main.cpp render_pictures: add --writeJsonSummaryPath 2013-12-13 20:52:36 +00:00
roll_autogen.sh
sanitize_source_files.py Ignore the .git directory in sanitize_source_files, remove .git directory... 2013-09-11 13:01:27 +00:00
skdiff_html.cpp
skdiff_html.h
skdiff_image.cpp Add stdio include to skdiff_image. 2013-10-11 19:19:10 +00:00
skdiff_main.cpp force linking inside of skdiff 2013-06-18 21:23:31 +00:00
skdiff_utils.cpp Second wave of Win64 warning cleanup 2013-10-15 17:47:36 +00:00
skdiff_utils.h
skdiff.cpp
skdiff.h
skhello.cpp deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients 2013-12-17 19:22:07 +00:00
skimage_main.cpp More work to integrate skimage with rebaseline tools. 2013-10-22 00:42:46 +00:00
skpmaker.cpp take 2: create simple 'skpmaker' tool to generate SKP files for testing 2014-01-02 19:42:15 +00:00
submit_try Add some debugging to buildbot_globals, sort the trybot list 2013-12-02 20:27:16 +00:00
submit_try.bat
svn.py Revert of https://codereview.chromium.org/85343004/ 2013-11-25 14:03:52 +00:00
svndiff.py svndiff for the windows 2013-10-29 13:55:29 +00:00
test_image_decoder.cpp Runtime configuration setting for suppressing JPEG decoder errors. 2013-10-14 20:08:48 +00:00
test_pdfs.py
test_pictures.py
test_rendering.py
update-doxygen.sh Housekeeper should not fail when skia-autogen is reset. 2013-05-01 14:47:03 +00:00
valgrind.supp Yet another round of valgrind suppressions 2013-12-19 13:41:48 +00:00
verify_images_for_gm_results.py Remove base-* directories from gm expected/actual paths; just use platform names 2013-08-20 16:21:55 +00:00
win_dbghelp.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-03-09 07:01:15 +00:00
win_dbghelp.h Collect minidump and print callstack if an app chrashes. 2013-03-08 18:00:16 +00:00
win_lcid.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-04-03 07:01:14 +00:00
xsan_build skia/trunk changes for generic sanitizer gyp flag. 2013-10-08 15:16:36 +00:00