edisonn@google.com
|
50bbdb4f3e
|
pdfviewer: update drawBitmap, and fic a gyp issue: gyp does not run in a consistent way on various palt forms, and it generates some files in ../../../foo instead of ../foo - Solution: use the (inconvenient) Shared intermediary directory that should work on all platforms.
Review URL: https://codereview.chromium.org/20328002
git-svn-id: http://skia.googlecode.com/svn/trunk@10359 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-25 15:33:13 +00:00 |
|
skia.committer@gmail.com
|
5c561cb8d8
|
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@10340 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-25 07:01:00 +00:00 |
|
edisonn@google.com
|
2c88fe87bd
|
pdfviewer: fix path shortcuts in python script, use os.path.join()
Review URL: https://codereview.chromium.org/19623007
git-svn-id: http://skia.googlecode.com/svn/trunk@10334 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-24 19:42:11 +00:00 |
|
edisonn@google.com
|
d6c276f1fe
|
pdfviewer: sets module is deprecated. use set
Review URL: https://codereview.chromium.org/20101002
git-svn-id: http://skia.googlecode.com/svn/trunk@10332 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-24 19:31:30 +00:00 |
|
edisonn@google.com
|
0449a569b9
|
pdfviewer: explicitely use set, instead of dictionary, fails to compile in some versions of python.
Review URL: https://codereview.chromium.org/19804010
git-svn-id: http://skia.googlecode.com/svn/trunk@10320 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-24 17:51:27 +00:00 |
|
sglez@google.com
|
43f2b2c833
|
SkiaExamples improvements.
Make it possible for a client to write a Hello World in less than 50 lines.
R=caryclark@google.com
Review URL: https://codereview.chromium.org/18574002
git-svn-id: http://skia.googlecode.com/svn/trunk@10319 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-24 17:48:03 +00:00 |
|
edisonn@google.com
|
147adb10f7
|
pdfviewer: remove dependency on picture_utils. add utility function to render SkStream into bitmap.
Review URL: https://codereview.chromium.org/20087003
git-svn-id: http://skia.googlecode.com/svn/trunk@10314 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-24 15:56:19 +00:00 |
|
robertphillips@google.com
|
58c856a54a
|
Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures
git-svn-id: http://skia.googlecode.com/svn/trunk@10304 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-24 13:18:06 +00:00 |
|
skia.committer@gmail.com
|
7f1af501f2
|
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@10299 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-24 07:01:12 +00:00 |
|
edisonn@google.com
|
1f080163ac
|
pdfviewer: more simple fixed to prevent crashes
Review URL: https://codereview.chromium.org/19625008
git-svn-id: http://skia.googlecode.com/svn/trunk@10294 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-23 21:05:49 +00:00 |
|
edisonn@google.com
|
b44334c1c0
|
pdfviewer: don't crash if the xref is corrupted.
Review URL: https://codereview.chromium.org/20004007
git-svn-id: http://skia.googlecode.com/svn/trunk@10293 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-23 20:47:05 +00:00 |
|
edisonn@google.com
|
2fd5d36ea6
|
pdfviewer: fix type3 font, make SkPdfObject::get parameter const
Review URL: https://codereview.chromium.org/19670019
git-svn-id: http://skia.googlecode.com/svn/trunk@10289 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-23 19:43:48 +00:00 |
|
edisonn@google.com
|
2ccc3afa47
|
pdfviewer: improve memory usage, improve parse time (by 30-50%) and don't allocate extra buffers (more to do, but low priority now), and put the page specific memory in an allocator.
Review URL: https://codereview.chromium.org/19793011
git-svn-id: http://skia.googlecode.com/svn/trunk@10282 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-23 17:43:18 +00:00 |
|
skia.committer@gmail.com
|
6ae6383f56
|
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@10254 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-23 07:01:05 +00:00 |
|
zachr@google.com
|
5b3e2b9622
|
move skpdiff into tools
R=djsollen@google.com
Review URL: https://codereview.chromium.org/19608005
git-svn-id: http://skia.googlecode.com/svn/trunk@10249 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-22 18:46:45 +00:00 |
|
edisonn@google.com
|
d761e3295c
|
pdfviewer: SkTDict, does accept to pass the length of the key also. We will use it, as this is a prerequirment for optimizing memory usage for pdf parser.
Review URL: https://codereview.chromium.org/19964003
git-svn-id: http://skia.googlecode.com/svn/trunk@10242 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-22 17:29:43 +00:00 |
|
zachr@google.com
|
35f02fb9c9
|
ports for mac, ios, android, linux, windows
R=djsollen@google.com
Review URL: https://codereview.chromium.org/19787006
git-svn-id: http://skia.googlecode.com/svn/trunk@10239 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-22 17:05:24 +00:00 |
|
edisonn@google.com
|
ac03d91ee0
|
pdfviewer: All NulCanvas (does not draw operations), TrackDevice (trackes what pixels have been changed)
Review URL: https://codereview.chromium.org/19793006
git-svn-id: http://skia.googlecode.com/svn/trunk@10236 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-22 15:36:39 +00:00 |
|
edisonn@google.com
|
3fc482620e
|
pdfviewer: fix typo (false != NULL)
Review URL: https://codereview.chromium.org/19543016
git-svn-id: http://skia.googlecode.com/svn/trunk@10235 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-22 15:29:55 +00:00 |
|
edisonn@google.com
|
c93c8ac625
|
Add --csv parameter to skpdiff to dump all scores in a csv file. We can run it with all skps, and have scores available to look at worst offenders progarmatically.
R=djsollen@google.com, zachr@google.com
Review URL: https://codereview.chromium.org/19826002
git-svn-id: http://skia.googlecode.com/svn/trunk@10234 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-22 15:24:26 +00:00 |
|
zachr@google.com
|
904f86e6aa
|
Revert "migrate skpdiff to tools"
This reverts commit 58a7ec70ce6b4548793a2ddc37c63d3d44edbc36.
git-svn-id: http://skia.googlecode.com/svn/trunk@10226 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-22 13:29:20 +00:00 |
|
zachr@google.com
|
a54aaf7fba
|
migrate skpdiff to tools
R=djsollen@google.com
Review URL: https://codereview.chromium.org/19671002
git-svn-id: http://skia.googlecode.com/svn/trunk@10225 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-22 13:14:04 +00:00 |
|
edisonn@google.com
|
05b7bef01d
|
revert unreviewed 10194, will send to review
Review URL: https://codereview.chromium.org/19693010
git-svn-id: http://skia.googlecode.com/svn/trunk@10196 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-19 17:47:39 +00:00 |
|
edisonn@google.com
|
9345d94db6
|
skpdiff: add ability to write the diff scores in a csv file (one line per pair of diff images, with the result of each diff engine)
Review URL: https://codereview.chromium.org/19786004
git-svn-id: http://skia.googlecode.com/svn/trunk@10194 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-19 17:19:47 +00:00 |
|
edisonn@google.com
|
620edc5039
|
pdfviewer: fix warning in release
Review URL: https://codereview.chromium.org/19773002
git-svn-id: http://skia.googlecode.com/svn/trunk@10137 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-18 13:03:03 +00:00 |
|
zachr@google.com
|
d658568a82
|
make OpenCL optional for skpdiff
- add CPU based different pixels metric
R=djsollen@google.com
Review URL: https://codereview.chromium.org/19374006
git-svn-id: http://skia.googlecode.com/svn/trunk@10127 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-17 19:29:19 +00:00 |
|
epoger@google.com
|
2aa5757542
|
in experimental/ : roll back a few expected GM image checksums, for testing
git-svn-id: http://skia.googlecode.com/svn/trunk@10120 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-16 23:49:46 +00:00 |
|
epoger@google.com
|
1ddb8abb7b
|
experimental/json-expectations: reformat to match output of rebaseline.py
Created using reformat-json.py script from https://codereview.chromium.org/19289011
Review URL: https://codereview.chromium.org/19289012
git-svn-id: http://skia.googlecode.com/svn/trunk@10116 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-16 20:43:08 +00:00 |
|
epoger@google.com
|
9506226ca7
|
commit updated JSON expectations to experimental (based on gm-expectations at r10113)
Review URL: https://codereview.chromium.org/19399003
git-svn-id: http://skia.googlecode.com/svn/trunk@10115 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-16 20:20:04 +00:00 |
|
zachr@google.com
|
92fe073efb
|
add table pregeneration script for pmetric
R=djsollen@google.com
Review URL: https://codereview.chromium.org/19256002
git-svn-id: http://skia.googlecode.com/svn/trunk@10106 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-16 15:47:07 +00:00 |
|
zachr@google.com
|
a79d40e5ae
|
improve convolve speed of skpdiff using direct pointers
R=djsollen@google.com
Review URL: https://codereview.chromium.org/19107002
git-svn-id: http://skia.googlecode.com/svn/trunk@10099 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-16 12:57:29 +00:00 |
|
edisonn@google.com
|
78b38b130d
|
pdfviewer: native inline images support
Review URL: https://codereview.chromium.org/19243003
git-svn-id: http://skia.googlecode.com/svn/trunk@10087 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-15 18:20:58 +00:00 |
|
zachr@google.com
|
1bc995e68c
|
modularize the display of diffs for skpdiff
R=djsollen@google.com
Review URL: https://codereview.chromium.org/18925004
git-svn-id: http://skia.googlecode.com/svn/trunk@10044 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-12 13:39:53 +00:00 |
|
epoger@google.com
|
c28732b4d0
|
check JSON-format expectations into experimental/ for manual testing
Review URL: https://codereview.chromium.org/19052006
git-svn-id: http://skia.googlecode.com/svn/trunk@10016 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-11 17:51:26 +00:00 |
|
edisonn@google.com
|
6a9d436260
|
pdfviewer: add option to run the load or render multiple times, --benchLoad, --benchRender
Review URL: https://codereview.chromium.org/18093008
git-svn-id: http://skia.googlecode.com/svn/trunk@10013 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-11 16:25:51 +00:00 |
|
edisonn@google.com
|
444e25a66b
|
add ability to specify the DPI at which to render the page
Review URL: https://codereview.chromium.org/19000004
git-svn-id: http://skia.googlecode.com/svn/trunk@10009 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-11 15:20:50 +00:00 |
|
edisonn@google.com
|
1310238d82
|
pdfviewer: render in the same way regadless if we write the result to a file or not.
Review URL: https://codereview.chromium.org/18503013
git-svn-id: http://skia.googlecode.com/svn/trunk@10008 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-11 14:50:12 +00:00 |
|
edisonn@google.com
|
15b1118203
|
pdfviewer: some code cleanup in renderer
Review URL: https://codereview.chromium.org/18093005
git-svn-id: http://skia.googlecode.com/svn/trunk@10006 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-11 14:43:15 +00:00 |
|
edisonn@google.com
|
7b328fddf9
|
pdfviewer: add --pages arg: render a certain page (all, all in desceding order, firsl, last and by page number)
Review URL: https://codereview.chromium.org/18584010
git-svn-id: http://skia.googlecode.com/svn/trunk@9999 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-11 12:53:06 +00:00 |
|
edisonn@google.com
|
a5aaa7998f
|
pdfviewer: measure mem usage, command line flags library.
Review URL: https://codereview.chromium.org/18562010
git-svn-id: http://skia.googlecode.com/svn/trunk@9996 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-11 12:27:21 +00:00 |
|
skia.committer@gmail.com
|
de2e4e8a64
|
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9992 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-11 07:01:01 +00:00 |
|
edisonn@google.com
|
8bad7375d7
|
pdfviewer: ignore more bad stauff in pdfs
Review URL: https://codereview.chromium.org/18112023
git-svn-id: http://skia.googlecode.com/svn/trunk@9990 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-10 23:36:56 +00:00 |
|
edisonn@google.com
|
c8b3037eeb
|
pdfviewer: don't delete variables, they are managed by the doc now
Review URL: https://codereview.chromium.org/18435010
git-svn-id: http://skia.googlecode.com/svn/trunk@9989 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-10 23:26:54 +00:00 |
|
edisonn@google.com
|
951d6532de
|
pdfviewer: more load references dinamically plumming
Review URL: https://codereview.chromium.org/18536014
git-svn-id: http://skia.googlecode.com/svn/trunk@9988 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-10 23:17:31 +00:00 |
|
edisonn@google.com
|
432640ae0b
|
pdfviewer: don't crash when trailer is missing
Review URL: https://codereview.chromium.org/19027003
git-svn-id: http://skia.googlecode.com/svn/trunk@9987 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-10 22:53:40 +00:00 |
|
edisonn@google.com
|
cdad30b35a
|
pdfviewer: fix bug, page -1 means render page 0 with no page extension
Review URL: https://codereview.chromium.org/18660009
git-svn-id: http://skia.googlecode.com/svn/trunk@9985 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-10 22:37:38 +00:00 |
|
edisonn@google.com
|
222382b30a
|
pdf viewer: refactor, add -w parameter to pdfviewer, add -n to remove extenassion page when there is a single page (so skdiff can be run easily) and fix a bug (SkPdfobject should not reset on destruct)
Review URL: https://codereview.chromium.org/18435007
git-svn-id: http://skia.googlecode.com/svn/trunk@9983 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-10 22:33:10 +00:00 |
|
edisonn@google.com
|
e4dbe21bd9
|
pdfviewer: remove assert
Review URL: https://codereview.chromium.org/18518006
git-svn-id: http://skia.googlecode.com/svn/trunk@9971 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-10 18:38:02 +00:00 |
|
edisonn@google.com
|
a3356fce90
|
pdfviewer: fix warnings on mac
Review URL: https://codereview.chromium.org/18293014
git-svn-id: http://skia.googlecode.com/svn/trunk@9970 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-10 18:20:06 +00:00 |
|
edisonn@google.com
|
596d2e26cd
|
pdf viewer: fix a few warnings, and enable warning as errors
Review URL: https://codereview.chromium.org/18293012
git-svn-id: http://skia.googlecode.com/svn/trunk@9966 2bbb7eff-a529-9590-31e7-b0007b416f81
|
2013-07-10 17:44:55 +00:00 |
|