DescriptionMove Dashing filterPath to a dashing utils file
From inside GrContext, we have a need to create an SkPath an original path and
some dashing info. We do not have access to the original path effect so we need
a way to make the FilterPath function accessible outside of the effect. So I moved
the core filterPath code (and all need helper functions) out of SkDashPathEffect
and created a SkDashPath in utils to store these helper functions.
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/576dcdc793a762ec63fbecdbfd5768066b548fe5
Committed: https://skia.googlesource.com/skia/+/a22ea1882391cc5c84136060636d5c952c1f34b3
Patch Set 1 #Patch Set 2 : Move h file to src/utils #Patch Set 3 : Uninitialized variable fix #Patch Set 4 : Use gypi instead of gyp #
Messages
Total messages: 21 (0 generated)
|