aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPath.h
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2016-11-04 11:38:41 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-11-04 11:38:41 -0700
commitd8db392be9dd1887df04b10b5670991d6b098c17 (patch)
treee968ba01ec4043801bf6a74f0ff87de1d6f78f07 /include/core/SkPath.h
parent8bd45cd98eb0eff1fb074fac9f469fdad5ca51f9 (diff)
use reversePathTo in place of addPathReverse
Path ops was using addPathReverse, instead of reversePathTo. The former adds a moveTo always, and the latter requires that the caller add the moveTo if needed. Simplify the reversePathTo implementation. R=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2481463002 Review-Url: https://codereview.chromium.org/2481463002
Diffstat (limited to 'include/core/SkPath.h')
-rw-r--r--include/core/SkPath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index 46cb15c785..36dfdfefa6 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -1190,6 +1190,8 @@ private:
friend class SkAutoPathBoundsUpdate;
friend class SkAutoDisableOvalCheck;
friend class SkAutoDisableDirectionCheck;
+ friend class SkPathWriter;
+ friend class SkOpBuilder;
friend class SkBench_AddPathTest; // perf test reversePathTo
friend class PathTest_Private; // unit test reversePathTo
friend class ForceIsRRect_Private; // unit test isRRect