summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/experimental/Intersection/QuarticRoot.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/experimental/Intersection/QuarticRoot.h')
-rw-r--r--chromium/third_party/skia/experimental/Intersection/QuarticRoot.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/third_party/skia/experimental/Intersection/QuarticRoot.h b/chromium/third_party/skia/experimental/Intersection/QuarticRoot.h
new file mode 100644
index 00000000000..3089d59c884
--- /dev/null
+++ b/chromium/third_party/skia/experimental/Intersection/QuarticRoot.h
@@ -0,0 +1,5 @@
+int reducedQuarticRoots(const double t4, const double t3, const double t2, const double t1,
+ const double t0, const bool oneHint, double s[4]);
+
+int quarticRootsReal(int firstCubicRoot, const double A, const double B, const double C,
+ const double D, const double E, double s[4]);