skia2/tools/debugger
Mike Reed c56e2e5aa6 Add new virts, hide old ones
Add virtuals for the draw methods that now take sampling/filtermode.

drawImage
drawImageRect
drawImageLattice
drawAtlas

Add a flag that can remove the older virtuals, once each client has
stopped overriding them. In that situation, the older public methods
will simplify extract the sampling from the paint, and call the new
public methods.

Bug: skia:11105, skia:7650
Change-Id: I8b0029727295caa983e8148fc743a55cfbecd043
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/347022
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2020-12-29 21:36:08 +00:00
..
DebugCanvas.cpp Add new virts, hide old ones 2020-12-29 21:36:08 +00:00
DebugCanvas.h Add new virts, hide old ones 2020-12-29 21:36:08 +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 Use bitmap.asImage() 2020-12-23 17:41:47 +00:00
DrawCommand.h Idea: implement drawImageNine by calling drawImageLattice 2020-12-17 16:35:05 +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