From 61ca7c56bd79fe0a6cc32e943874ff5e3e5bf220 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Tue, 2 Jan 2018 11:34:14 -0500 Subject: update image doc and minor bookmaker fixes image doc is still a work in progress. Update online version to latest; updating include header is still a ways off. Remove SkPaint::flatten() example since parameter is not publicly accessible. Minor changes to fix typedef and std::function references. TBR=rmistry@google.com Docs-Preview: https://skia.org/?cl=87120 Bug: skia:6898 Change-Id: I3553bc5fca97c5997aa61ea034b5ca10cb10df75 Reviewed-on: https://skia-review.googlesource.com/87120 Reviewed-by: Cary Clark Commit-Queue: Cary Clark --- docs/undocumented.bmh | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'docs/undocumented.bmh') diff --git a/docs/undocumented.bmh b/docs/undocumented.bmh index b6987528e2..f99aa2211a 100644 --- a/docs/undocumented.bmh +++ b/docs/undocumented.bmh @@ -1,11 +1,13 @@ # external references that will be documented eventually ... #External - DirectWrite TrueType Windows Linux Android iOS __ANDROID_API__ + DirectWrite TrueType Windows Linux Android iOS __ANDROID_API__ AHardwareBuffer FreeType FreeType-based Harfbuzz Descenders Kerning Unhinted - LCD RGB sRGB YUV_ColorSpace + LCD RGB sRGB YUV + YUV_Component_Y YUV_Component_U YUV_Component_V Unicode Unicode5 UTF-8 UTF-16 UTF-32 ASCII Unichar API + BMP GIF HEIF ICO JPEG PNG WBMP WebP CPU GPU GPU-backed OpenGL Vulkan I/O MSAA UV_Mapping Multi_Sample_Anti_Aliasing GPU_Share_Group PDF XPS @@ -295,6 +297,10 @@ FT_Load_Glyph #Substitute GPU surface ## +#Topic GPU_Texture +#Substitute GPU texture +## + #Topic HTML_Canvas #Substitute HTML Canvas #Subtopic ArcTo @@ -638,9 +644,6 @@ FT_Load_Glyph #Topic Raster_Bitmap ## -#Topic Raster_Image -## - #Topic Raster_Surface ## @@ -811,3 +814,12 @@ FT_Load_Glyph #Struct SkWriteBuffer #Struct ## #Topic ## + +#Enum YUV_ColorSpace +#Const kJPEG_SkYUVColorSpace 0 +## +#Const kRec601_SkYUVColorSpace 1 +## +#Const kRec709_SkYUVColorSpace 2 +## +## -- cgit v1.2.3