From a4f581a475b2f4990d0e1d0a1703107cb429bcb2 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Tue, 3 Apr 2018 15:31:59 -0400 Subject: fix global method indentation Check to see if a method is inside a struct or class before increasing its indentation. Also, add missing description. Docs-Preview: https://skia.org/?cl=118381 Bug: skia:6898 Change-Id: I9402442a89dafc96d87bf69f157dcfa40cdf6e2b Reviewed-on: https://skia-review.googlesource.com/118381 Commit-Queue: Cary Clark Reviewed-by: Cary Clark --- docs/SkImageInfo_Reference.bmh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/SkImageInfo_Reference.bmh') diff --git a/docs/SkImageInfo_Reference.bmh b/docs/SkImageInfo_Reference.bmh index f8b3f208eb..8023847794 100644 --- a/docs/SkImageInfo_Reference.bmh +++ b/docs/SkImageInfo_Reference.bmh @@ -196,6 +196,12 @@ in the same order. #In Property #Line # returns if Alpha_Type equals kOpaque_SkAlphaType ## +Returns true if Alpha_Type equals kOpaque_SkAlphaType. kOpaque_SkAlphaType is a +hint that the Color_Type is opaque, or that all Color_Alpha values are set to +their 1.0 equivalent. If Alpha_Type is kOpaque_SkAlphaType, and Color_Type is not +opaque, then the result of drawing any pixel with a Color_Alpha value less than +1.0 is undefined. + #Param at one of: #list_of_alpha_types# ## #Return true if at equals kOpaque_SkAlphaType ## -- cgit v1.2.3