summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/experimental/Intersection/Extrema.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/experimental/Intersection/Extrema.h')
-rw-r--r--chromium/third_party/skia/experimental/Intersection/Extrema.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/third_party/skia/experimental/Intersection/Extrema.h b/chromium/third_party/skia/experimental/Intersection/Extrema.h
new file mode 100644
index 00000000000..94113acb633
--- /dev/null
+++ b/chromium/third_party/skia/experimental/Intersection/Extrema.h
@@ -0,0 +1,8 @@
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+int findExtrema(double a, double b, double c, double d, double tValues[2]);
+int findExtrema(double a, double b, double c, double tValue[1]);