skia2/tools/debugger
Michael Ludwig 2f6e2f8410 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv
The SkClipOpPriv.h header will be going away soon, but a number of
places still use its kIntersect_SkClipOp definitions instead of the
equivalent SkClipOp::kIntersect. Besides updating these references,
a number of unnecessary includes to SkClipOpPriv.h are removed and
some test cases exercising expanding clip ops are deleted since they
will be unnecessary shortly.

Bug: skia:10208
Change-Id: I2bbdd6bb39869134c6a80ef2b4482e6cabdeb0b7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/436157
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
2021-08-03 18:08:21 +00:00
..
DebugCanvas.cpp Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv 2021-08-03 18:08:21 +00:00
DebugCanvas.h Rename/simplify SkCanvas::resetClip() and make recordable 2021-07-23 19:05:42 +00:00
DebugLayerManager.cpp Remove uses of SkCanvas::flush 2020-11-20 21:42:38 +00:00
DebugLayerManager.h Add supporting function for finding image use in layers 2020-11-24 17:04:56 +00:00
DrawCommand.cpp Rename/simplify SkCanvas::resetClip() and make recordable 2021-07-23 19:05:42 +00:00
DrawCommand.h Rename/simplify SkCanvas::resetClip() and make recordable 2021-07-23 19:05:42 +00:00
JsonWriteBuffer.cpp read/write m44 2020-07-20 20:45:04 +00:00
JsonWriteBuffer.h read/write m44 2020-07-20 20:45:04 +00:00