Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: src/core/SkCubicClipper.h

Issue 1517883002: fix SkPath::contains() for points on edge, conics (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add comment Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkCubicClipper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkCubicClipper.h
diff --git a/src/core/SkCubicClipper.h b/src/core/SkCubicClipper.h
index c52eabe460235bb68b8e88c9cb6ac39930305e19..d7dc381233940e0fdf7799adfc23c4ea94dea1db 100644
--- a/src/core/SkCubicClipper.h
+++ b/src/core/SkCubicClipper.h
@@ -27,6 +27,7 @@ public:
bool clipCubic(const SkPoint src[4], SkPoint dst[4]);
+ static bool ChopMonoAtY(const SkPoint pts[4], SkScalar y, SkScalar* t);
private:
SkRect fClip;
};
« no previous file with comments | « no previous file | src/core/SkCubicClipper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698