aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPoint.h')
-rw-r--r--include/core/SkPoint.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/core/SkPoint.h b/include/core/SkPoint.h
index ffb6eef142..f705888c62 100644
--- a/include/core/SkPoint.h
+++ b/include/core/SkPoint.h
@@ -5,6 +5,16 @@
* found in the LICENSE file.
*/
+/* Generated by tools/bookmaker from include/core/SkPoint.h and docs/SkPoint_Reference.bmh
+ on 2018-06-08 11:48:28. Additional documentation and examples can be found at:
+ https://skia.org/user/api/SkPoint_Reference
+
+ You may edit either file directly. Structural changes to public interfaces require
+ editing both files. After editing docs/SkPoint_Reference.bmh, run:
+ bookmaker -b docs -i include/core/SkPoint.h -p
+ to create an updated version of this file.
+ */
+
#ifndef SkPoint_DEFINED
#define SkPoint_DEFINED
@@ -13,6 +23,10 @@
#include "../private/SkSafe32.h"
struct SkIPoint;
+
+/** SkIVector provides an alternative name for SkIPoint. SkIVector and SkIPoint
+ can be used interchangeably for all purposes.
+*/
typedef SkIPoint SkIVector;
/** \struct SkIPoint
@@ -143,6 +157,10 @@ struct SkIPoint {
};
struct SkPoint;
+
+/** SkVector provides an alternative name for SkPoint. SkVector and SkPoint can
+ be used interchangably for all purposes.
+*/
typedef SkPoint SkVector;
/** \struct SkPoint