summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/experimental/Intersection/QuadraticLineSegments.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/experimental/Intersection/QuadraticLineSegments.h')
-rw-r--r--chromium/third_party/skia/experimental/Intersection/QuadraticLineSegments.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/third_party/skia/experimental/Intersection/QuadraticLineSegments.h b/chromium/third_party/skia/experimental/Intersection/QuadraticLineSegments.h
new file mode 100644
index 00000000000..640a69b787f
--- /dev/null
+++ b/chromium/third_party/skia/experimental/Intersection/QuadraticLineSegments.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "DataTypes.h"
+
+void hodograph(const Quadratic& , _Line& hodo);
+void secondHodograph(const Quadratic& , _Point& hodo2);
+double subDivisions(const Quadratic& );