skia2/dm
mtklein ffa901aa7e DM: allow SKPs to be smaller than 1000x1000
This sniffs the .skp dimensions and intersects them with our 1000x1000 viewport.

This fixes things like desk_carsvg.skp, which is only 902 pixels tall.  In 565 now,
the remaining 98 pixels draw as black, which looks funny and is confusing to triage.

No apparent affect on DM memory usage.  (We're about to map the file anyway.)

BUG=skia:

Review URL: https://codereview.chromium.org/986103002
2015-03-16 10:38:07 -07:00
..
DM.cpp DM: display current memory usage (instead of peak) when available. 2015-03-12 08:24:21 -07:00
DMGpuSupport.h patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) 2015-02-02 18:26:03 -08:00
DMJsonWriter.cpp DM: move ext into key 2015-02-17 13:18:04 -08:00
DMJsonWriter.h add -r to DM 2015-01-27 14:46:26 -08:00
DMSrcSink.cpp DM: allow SKPs to be smaller than 1000x1000 2015-03-16 10:38:07 -07:00
DMSrcSink.h DM: support non-fatal errors 2015-03-05 08:40:28 -08:00
DMSrcSinkAndroid.cpp Fix HWUI Sink for DM 2015-03-12 07:52:22 -04:00
DMSrcSinkAndroid.h Fix HWUI Sink for DM 2015-03-12 07:52:22 -04:00