aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/undocumented.bmh
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-04-16 08:37:38 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-16 16:26:20 +0000
commit2d4bf5f288d91f8d2371c7a970bdfa70dacdd78a (patch)
tree1aa90b6825682da0963bb48c9325d6912e3923c0 /docs/undocumented.bmh
parentffbe93296838c3a93a87261cae7f7229b56f1f8a (diff)
document SkColor.h
SkColor.h uses #define liberally, and has many global symbols, two things bookmaker hasn't seen in other includes. Revised .h -> .bmh converter to work with SkColor.h as well as updating how .bmh indices are built. Generated SkColor_Reference.bmh for globals, and SkColor4f_Reference.bmh for class. Other than the existing comments, this doesn't update the documentation or add new examples. Docs-Preview: https://skia.org/?cl=118985 TBR=caryclark@google.com Bug: skia:6898 Change-Id: I5978257ee0e51319823efbe8dfc467a08c99ffe0 Reviewed-on: https://skia-review.googlesource.com/118985 Commit-Queue: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs/undocumented.bmh')
-rw-r--r--docs/undocumented.bmh66
1 files changed, 1 insertions, 65 deletions
diff --git a/docs/undocumented.bmh b/docs/undocumented.bmh
index 6d767fc37d..84f4f90d3b 100644
--- a/docs/undocumented.bmh
+++ b/docs/undocumented.bmh
@@ -32,6 +32,7 @@
SK_HAS_JPEG_LIBRARY # ditto
SK_HAS_PNG_LIBRARY # ditto
SK_HAS_WEBP_LIBRARY # ditto
+ SK_IGNORE_GPU_DITHER # ditto
SK_PMCOLOR_BYTE_ORDER # ditto
# FreeType related
@@ -93,71 +94,6 @@ FT_Load_Glyph
##
##
-#Topic Color
- #Typedef uint32_t SkColor
- #Typedef ##
-
- #Typedef uint32_t SkPMColor
- #Typedef ##
-
- # fixme: defines, not methods, need new markup type
- #Method int SkColorGetA(color)
- ##
- #Method int SkColorGetR(color)
- ##
- #Method int SkColorGetG(color)
- ##
- #Method int SkColorGetB(color)
- ##
- #Method int SkColorSetARGB(a, r, g, b)
- ##
- #Method SkPMColor SkPreMultiplyARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b)
- ##
-
- #Const SK_ColorBLACK 0xFF000000
- ##
- #Const SK_ColorBLUE 0xFF0000FF
- ##
- #Const SK_ColorGREEN 0xFF00FF00
- ##
- #Const SK_ColorRED 0xFFFF0000
- ##
- #Const SK_ColorWHITE 0xFFFFFFFF
- ##
- #Const SK_ColorTRANSPARENT 0x00000000
- ##
- #Subtopic Alpha
- #Alias Alpha
- #Subtopic ##
- #Subtopic RGB
- #Substitute RGB
- #Subtopic Red
- #Alias Red
- #Subtopic ##
- #Subtopic Blue
- #Alias Blue
- #Subtopic ##
- #Subtopic Green
- #Alias Green
- #Subtopic ##
- #Subtopic ##
- #Subtopic ARGB
- #Substitute ARGB
- #Subtopic ##
-
- #Subtopic RBG
- #Substitute RBG
- #Subtopic ##
-
- #Subtopic RGB-565
- #Substitute RGB-565
- #Alias Color_RGB-565 # quit changing - to _ !
- #Subtopic ##
-
- #Subtopic Gray
- ##
-#Topic ##
-
#Topic Color_Filter
#Class SkColorFilter
#Method void toString(SkString* str) const