aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/undocumented.bmh
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2017-10-09 14:07:42 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-09 19:36:14 +0000
commit7fc1d12e67d381a401555d5a7a1fa6af1eb8d7d6 (patch)
tree550988b0c8b1e6aca38544212746e236b13bd336 /docs/undocumented.bmh
parent90196cc8b5bb4f326264fc8ba72f0b21476c76f3 (diff)
first cut at SkRect, SkIRect documentation
All functions should have descriptions, examples, cross-references. References and spelling have been checked. More work to do creating and organizing topics. Docs-Preview: https://skia.org/?cl=56140 Tbr: caryclark@google.com Bug: skia:6898 Change-Id: I9d1e55d04ab64874c33cac8b91534aa192c2f545 Reviewed-on: https://skia-review.googlesource.com/56140 Reviewed-by: Cary Clark <caryclark@skia.org> Commit-Queue: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs/undocumented.bmh')
-rw-r--r--docs/undocumented.bmh23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/undocumented.bmh b/docs/undocumented.bmh
index d66bcf87af..d6a77b9743 100644
--- a/docs/undocumented.bmh
+++ b/docs/undocumented.bmh
@@ -168,6 +168,11 @@ FT_Load_Glyph
#Topic Data
##
+#Topic Debugging
+#Method SK_API void SkDebugf(const char format[], ...)
+##
+##
+
#Topic Device
#Class SkBaseDevice
##
@@ -416,6 +421,12 @@ FT_Load_Glyph
##
#Method SkScalarCeilToScalar(x)
##
+ #Method SkScalarIsFinite(x)
+ ##
+ #Method SkScalarIsNaN(x)
+ ##
+ #Method template <typename D, typename S> inline bool SkTFitsIn(S s)
+ ##
##
#Topic Mip_Map
@@ -427,8 +438,14 @@ FT_Load_Glyph
#Topic Number_Types
#Typedef SkGlyphID
#Typedef ##
+ #Topic Scalar
+ #Alias Scalar
#Typedef SkScalar
#Typedef ##
+ ##
+ #Const SK_ScalarMin
+ to be written
+ ##
#Const SK_ScalarMax
to be written
##
@@ -441,6 +458,12 @@ FT_Load_Glyph
#Const SK_ScalarNaN
to be written
##
+ #Const SK_MinS32
+ to be written
+ ##
+ #Const SK_MaxS32
+ to be written
+ ##
#Typedef SkUnichar
#Typedef ##
#Typedef U8CPU