summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/experimental/Intersection/TestUtilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/experimental/Intersection/TestUtilities.h')
-rw-r--r--chromium/third_party/skia/experimental/Intersection/TestUtilities.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium/third_party/skia/experimental/Intersection/TestUtilities.h b/chromium/third_party/skia/experimental/Intersection/TestUtilities.h
new file mode 100644
index 00000000000..2bce308ade5
--- /dev/null
+++ b/chromium/third_party/skia/experimental/Intersection/TestUtilities.h
@@ -0,0 +1,11 @@
+/*
+ * 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"
+
+bool controls_inside(const Cubic& );
+void find_tight_bounds(const Cubic& , _Rect& );
+void quad_to_cubic(const Quadratic& , Cubic& );