Create new inset algorithm for spot shadows
authorJim Van Verth <jvanverth@google.com>
Fri, 24 Mar 2017 13:40:51 +0000 (09:40 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Fri, 24 Mar 2017 14:56:01 +0000 (14:56 +0000)
commite5f5bf5175e426ebb6aa234f4387831c898f20ad
treeea2cf33429703896dc57c066ea5d3ec931f25525
parentcf3f2347c8933596aeba873d4ece597a9339392f
Create new inset algorithm for spot shadows

BUG=skia:

Change-Id: If7c67c2a5b9beea28f86d13362a5156b46394d0e
Reviewed-on: https://skia-review.googlesource.com/9875
Commit-Queue: Ravi Mistry <rmistry@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
gm/convex_all_line_paths.cpp
gm/shadowutils.cpp
gn/tests.gni
gn/utils.gni
samplecode/SampleAndroidShadows.cpp
src/utils/SkInsetConvexPolygon.cpp [new file with mode: 0755]
src/utils/SkInsetConvexPolygon.h [new file with mode: 0755]
src/utils/SkShadowTessellator.cpp
tests/InsetConvexPolyTest.cpp [new file with mode: 0644]