skia2/tools/debugger
Brian Osman c25e2693ab Fix several bugs in SkDebugCanvas/SkDrawCommand
This adds drawImageNine and drawRegion support, actually
serializes regions (badly) for clipRegion, and fixes bugs
in quite a few other draw commands (wrong op type, missing
factory registration, JSON attribute mismatch, etc...)

There are still some other draw virtuals missing, but even
getting Lattice to round-trip through JSON is going to be
a bunch of new code, and I didn't want to combine too much
new code with the fixes for existing bugs.

Change-Id: I13749a2d21f4a5ca5f5948b60fc11185bc46645f
Reviewed-on: https://skia-review.googlesource.com/113707
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2018-03-13 01:35:26 +00:00
..
SkDebugCanvas.cpp Fix several bugs in SkDebugCanvas/SkDrawCommand 2018-03-13 01:35:26 +00:00
SkDebugCanvas.h Fix several bugs in SkDebugCanvas/SkDrawCommand 2018-03-13 01:35:26 +00:00
SkDrawCommand.cpp Fix several bugs in SkDebugCanvas/SkDrawCommand 2018-03-13 01:35:26 +00:00
SkDrawCommand.h Fix several bugs in SkDebugCanvas/SkDrawCommand 2018-03-13 01:35:26 +00:00
SkJsonWriteBuffer.cpp Revert "Revert "impl SkSerial picture procs"" 2017-12-13 17:02:10 +00:00
SkJsonWriteBuffer.h remove unneeded readbuffer flags 2018-01-03 18:13:39 +00:00
SkObjectParser.cpp Reland "remove SkCanvas::kIsOpaque_SaveLayerFlag" 2018-02-07 18:18:52 +00:00
SkObjectParser.h Add support for drawImageLattice in SKIA debugger 2017-01-12 21:55:35 +00:00