aboutsummaryrefslogtreecommitdiff
path: root/tests/PathOpsBuildUseTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert NULL and 0 to nullptr.Ben Wagner2017-08-281-2/+2
| | | | | | | | | | | | | | 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>
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
| | | | | | DOCS_PREVIEW= https://skia.org/?cl=1316233002 Review URL: https://codereview.chromium.org/1316233002
* new files for pathops geometric intersectioncaryclark2015-01-161-0/+2435
There's no gyp references to these new files, so this should only have the effect of reducing the size of the commit that turns this code on. TBR= Review URL: https://codereview.chromium.org/853223002