aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkGeometry.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkGeometry.h')
-rw-r--r--include/core/SkGeometry.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/core/SkGeometry.h b/include/core/SkGeometry.h
index 2a935cbab4..cc1e4d67f3 100644
--- a/include/core/SkGeometry.h
+++ b/include/core/SkGeometry.h
@@ -222,6 +222,11 @@ struct SkRationalQuad {
int computeQuadPOW2(SkScalar tol) const;
int chopIntoQuadsPOW2(SkPoint pts[], int pow2) const;
+
+ bool findXExtrema(SkScalar* t) const;
+ bool findYExtrema(SkScalar* t) const;
+ bool chopAtXExtrema(SkRationalQuad dst[2]) const;
+ bool chopAtYExtrema(SkRationalQuad dst[2]) const;
};
#endif