From ac47b88d3c4b6232ea8664cea99fbd8394f2dc38 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Thu, 11 Jan 2018 10:35:44 -0500 Subject: update bookmaker to ToT more image docs, still not done add ability to comment out non-working examples easily start work on additional self-checks clean up use of this-> in docs TBR=reed@google.com Docs-Preview: https://skia.org/?cl=91720 Bug: skia:6898 Change-Id: I706ab8145290e53ab67d3f509ccf4e1225adb3c3 Reviewed-on: https://skia-review.googlesource.com/91720 Commit-Queue: Cary Clark Reviewed-by: Cary Clark --- docs/SkRect_Reference.bmh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/SkRect_Reference.bmh') diff --git a/docs/SkRect_Reference.bmh b/docs/SkRect_Reference.bmh index ddebdb104f..7aeb90eb52 100644 --- a/docs/SkRect_Reference.bmh +++ b/docs/SkRect_Reference.bmh @@ -2131,6 +2131,11 @@ rect is equal to copy #Deprecated ## +Returns constructed SkRect setting left and top to most negative finite value, and +setting right and bottom to most positive finite value. + +#Return bounds (SK_ScalarMin, SK_ScalarMin, SK_ScalarMax, SK_ScalarMax) ## + ## #Struct SkRect ## -- cgit v1.2.3