From f895a420c93f18df10dc95da182025847a0e061a Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Tue, 27 Feb 2018 09:54:21 -0500 Subject: 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 Reviewed-by: Cary Clark --- docs/undocumented.bmh | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) (limited to 'docs/undocumented.bmh') 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 ## -- cgit v1.2.3