summaryrefslogtreecommitdiff
path: root/animator/SkDrawDiscrete.h
diff options
context:
space:
mode:
Diffstat (limited to 'animator/SkDrawDiscrete.h')
-rw-r--r--animator/SkDrawDiscrete.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/animator/SkDrawDiscrete.h b/animator/SkDrawDiscrete.h
new file mode 100644
index 00000000..bd33d2fc
--- /dev/null
+++ b/animator/SkDrawDiscrete.h
@@ -0,0 +1,24 @@
+
+/*
+ * Copyright 2006 The Android Open Source Project
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#ifndef SkDrawDiscrete_DEFINED
+#define SkDrawDiscrete_DEFINED
+
+#include "SkPaintParts.h"
+
+class SkDiscrete : public SkDrawPathEffect {
+ DECLARE_MEMBER_INFO(Discrete);
+ SkDiscrete();
+ virtual SkPathEffect* getPathEffect();
+private:
+ SkScalar deviation;
+ SkScalar segLength;
+};
+
+#endif //SkDrawDiscrete_DEFINED