DescriptionAdd a Path::contains() version that use the Path's winding rule
In preparation for using SkPath::contains() for Path::contains(), add an
overload that uses the winding rule (fill type) from the SkPath, since
that the version which will require less impedance matching with the
Skia API. Convert "obvious" current users to the new overload, and remove
some unused winding rule accessors.
Attempt to clean up some related includes while in the general area.
BUG=523102
Committed: https://crrev.com/c1e1dee348b45db5bc8e598d7c942a932594570c
Cr-Commit-Position: refs/heads/master@{#366080}
Patch Set 1 #Patch Set 2 : Rebase. #
Total comments: 2
Patch Set 3 : Forward declare Path in GC.h #Messages
Total messages: 13 (5 generated)
|