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

Unified Diff: src/core/SkGeometry.h

Issue 424663006: SkCanvas interface for drawing a patch. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Renamed static functions Created 6 years, 5 months 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
Index: src/core/SkGeometry.h
diff --git a/src/core/SkGeometry.h b/src/core/SkGeometry.h
index 119cfc68db54f31e328126a582ac2af34bae12fa..7fd8822dc508fc20c68df0c8b4ae2c699c925212 100644
--- a/src/core/SkGeometry.h
+++ b/src/core/SkGeometry.h
@@ -191,6 +191,8 @@ bool SkXRayCrossesMonotonicCubic(const SkXRay& pt, const SkPoint cubic[4],
int SkNumXRayCrossingsForCubic(const SkXRay& pt, const SkPoint cubic[4],
bool* ambiguous = NULL);
+SkScalar approx_arc_length(SkPoint* points, int count);
bsalomon 2014/08/01 21:02:28 I don't think this is general/accurate enough to b
dandov 2014/08/01 21:25:01 Done.
+
///////////////////////////////////////////////////////////////////////////////
enum SkRotationDirection {

Powered by Google App Engine
This is Rietveld 408576698