From 06c20f356ddfcf95385c5d5ca9bf4428a7a16b81 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Tue, 20 Mar 2018 15:53:27 -0400 Subject: more SkImageInfo docs fix a couple of fiddles with changed output rewrite some SkSurface image makers move towards replacing SkImageInfo.h R=caryclark@google.com Docs-Preview: https://skia.org/?cl=115163 Bug: skia:6898 Change-Id: Id9895b051cd457336c30250a69cf95359d1d34d7 Reviewed-on: https://skia-review.googlesource.com/115163 Commit-Queue: Cary Clark Reviewed-by: Cary Clark --- docs/undocumented.bmh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/undocumented.bmh') diff --git a/docs/undocumented.bmh b/docs/undocumented.bmh index 094b5c2b27..da8b9fceee 100644 --- a/docs/undocumented.bmh +++ b/docs/undocumented.bmh @@ -33,6 +33,7 @@ SK_HAS_JPEG_LIBRARY # ditto SK_HAS_PNG_LIBRARY # ditto SK_HAS_WEBP_LIBRARY # ditto + SK_PMCOLOR_BYTE_ORDER # ditto # FreeType related FT_LOAD_TARGET_LIGHT @@ -169,6 +170,8 @@ FT_Load_Glyph ## #Method bool gammaCloseToSRGB() const ## + #Method static bool Equals(const SkColorSpace* src, const SkColorSpace* dst) + ## ## #EnumClass SkTransferFunctionBehavior #Const kRespect 0 -- cgit v1.2.3