aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkRect_Reference.bmh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SkRect_Reference.bmh')
-rw-r--r--docs/SkRect_Reference.bmh18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/SkRect_Reference.bmh b/docs/SkRect_Reference.bmh
index 73225fcc88..2adfecf5bc 100644
--- a/docs/SkRect_Reference.bmh
+++ b/docs/SkRect_Reference.bmh
@@ -901,6 +901,24 @@ added: nan, 8 count: 4 rect: 0, 0, 0, 0 success: false
# ------------------------------------------------------------------------------
+#Method void setBoundsNoCheck(const SkPoint pts[], int count)
+#In Set
+#Line # sets to upper and lower limits of Point array ##
+Sets to bounds of Point array with count entries. If any point contains a non-finite value
+then the rect will also be non-finite.
+
+#Param pts Point array ##
+#Param count entries in array ##
+
+#Example
+// incomplete
+##
+
+#SeeAlso setBoundsCheck
+#Method ##
+
+# ------------------------------------------------------------------------------
+
#Method void setEmpty()
#In Set