aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/undocumented.bmh
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-02-27 09:54:21 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-27 15:12:59 +0000
commitf895a420c93f18df10dc95da182025847a0e061a (patch)
tree8108cfdf8afa28275f7abc3df54d428973ae0dda /docs/undocumented.bmh
parent0a3b12bbcec77cb7007e0c3421a84affdc27a146 (diff)
work on skimageinfo
work on skimageinfo Docs-Preview: https://skia.org/?cl=109081 TBR=caryclark@google.com Bug: skia:6898 Change-Id: I4d1734647ef1fa879d08b04c64142c7f16abc858 Reviewed-on: https://skia-review.googlesource.com/109081 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.bmh25
1 files changed, 5 insertions, 20 deletions
diff --git a/docs/undocumented.bmh b/docs/undocumented.bmh
index 5f0d2fa6d6..70a26dec80 100644
--- a/docs/undocumented.bmh
+++ b/docs/undocumented.bmh
@@ -111,6 +111,8 @@ FT_Load_Glyph
##
#Method int SkColorSetARGB(a, r, g, b)
##
+ #Method SkPMColor SkPreMultiplyARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b)
+ ##
#Const SK_ColorBLACK 0xFF000000
##
@@ -149,6 +151,9 @@ FT_Load_Glyph
#Substitute RGB-565
#Alias Color_RGB-565 # quit changing - to _ !
#Subtopic ##
+
+ #Subtopic Gray
+ ##
#Topic ##
#Topic Color_Filter
@@ -377,31 +382,11 @@ FT_Load_Glyph
##
##
-#Topic Mask
-#Class SkMask
- #Enum Format
- #Const kBW_Format 0
- ##
- #Const kA8_Format 1
- ##
- #Const k3D_Format 2
- ##
- #Const kARGB32_Format 3
- ##
- k#Const LCD16_Format 4
- ##
- ##
-##
-#Topic ##
-
#Topic Mask_Alpha
#Topic ##
#Topic Mask_Filter
#Class SkMaskFilter
-#Method virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
- SkIPoint* margin) const
-##
#Method void toString(SkString* str) const
##
#Class ##