aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2018-05-24 09:54:56 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-24 14:14:43 +0000
commit75bf216c033896ffeff5176e8b5f5fb79c02f8fb (patch)
tree101a9fa263391856fe7a296bcdb16dbbbeb52d9f /docs
parent90f050387a5851943910f91dce2c01babf0d3896 (diff)
Move SkYUVAIndex and SkImageSourceChannel to SkImageInfoPriv.h until used in public API
Change-Id: Ib75be2b6e9eb9b80f1f9e738bc8e3300ddc08f22 Reviewed-on: https://skia-review.googlesource.com/129927 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Cary Clark <caryclark@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/SkImageInfo_Reference.bmh15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/SkImageInfo_Reference.bmh b/docs/SkImageInfo_Reference.bmh
index c877f7ff30..963bcd4181 100644
--- a/docs/SkImageInfo_Reference.bmh
+++ b/docs/SkImageInfo_Reference.bmh
@@ -1037,21 +1037,6 @@ with studio range of 16 to 235 range for components.
# ------------------------------------------------------------------------------
-#Struct SkYUVAIndex
-
-Describes which image source and which channel to read for each YUVA planes.
-
-#Member int fIndex
-Describes which image source to be reading from. The Alpha plane is optional and could be set to -1.
-##
-
-#Member SkImageSourceChannel fChannel
-Describes which of the RGBA channel to read from.
-##
-
-#Struct SkYUVAIndex ##
-
-# ------------------------------------------------------------------------------
#Struct SkImageInfo