skia2/tools/debugger
Ben Wagner a93a14a998 Convert NULL and 0 to nullptr.
This was created by looking at warnings produced by clang's
-Wzero-as-null-pointer-constant. This updates most issues in
Skia code. However, there are places where GL and Vulkan want
pointer values which are explicitly 0, external headers which
use NULL directly, and possibly more uses in un-compiled
sources (for other platforms).

Change-Id: Id22fbac04d5c53497a53d734f0896b4f06fe8345
Reviewed-on: https://skia-review.googlesource.com/39521
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2017-08-28 17:48:57 +00:00
..
SkDebugCanvas.cpp Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOp 2017-05-17 14:19:40 +00:00
SkDebugCanvas.h Remove translateZ and lights from SkCanvas 2017-05-02 21:17:01 +00:00
SkDrawCommand.cpp Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00
SkDrawCommand.h guard references to SkColorTable 2017-07-18 15:50:43 +00:00
SkJsonWriteBuffer.cpp Add SkColor4f serialization 2016-09-25 13:15:58 -07:00
SkJsonWriteBuffer.h Add SkColor4f serialization 2016-09-25 13:15:58 -07:00
SkObjectParser.cpp Index8 is dead, remove guarded code 2017-07-17 20:37:28 +00:00
SkObjectParser.h Add support for drawImageLattice in SKIA debugger 2017-01-12 21:55:35 +00:00