diff options
author | Brian Salomon <bsalomon@google.com> | 2018-03-19 16:26:03 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-03-19 21:04:55 +0000 |
commit | 56dc04bdc160b71a1e77fdb9e30fde4e860077ae (patch) | |
tree | 9660b3f5655d9a4e188d4e39b79f4862134d3a75 /docs | |
parent | af7700265b74123d8ad3de6dde0c21545453140b (diff) |
Remove deprecated versions of YUV texture SkImage factories
Bug: skia:6718
Change-Id: I856b64192e1b797f60b833dd58014e058ea351b3
Reviewed-on: https://skia-review.googlesource.com/115124
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SkImage_Reference.bmh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/SkImage_Reference.bmh b/docs/SkImage_Reference.bmh index e5e16af1f1..893eb8571b 100644 --- a/docs/SkImage_Reference.bmh +++ b/docs/SkImage_Reference.bmh @@ -680,16 +680,6 @@ should this be moved to chrome only? # ------------------------------------------------------------------------------ -#Method static sk_sp<SkImage> MakeFromYUVTexturesCopy(GrContext* context, SkYUVColorSpace yuvColorSpace, - const GrBackendTexture yuvTextures[3], - const SkISize yuvSizes[3], - GrSurfaceOrigin surfaceOrigin, - sk_sp<SkColorSpace> colorSpace = nullptr) -#Deprecated -#Method ## - -# ------------------------------------------------------------------------------ - #Method static sk_sp<SkImage> MakeFromNV12TexturesCopy(GrContext* context, SkYUVColorSpace yuvColorSpace, const GrBackendTexture nv12Textures[2], @@ -729,17 +719,6 @@ should this be moved to chrome only? # ------------------------------------------------------------------------------ -#Method static sk_sp<SkImage> MakeFromNV12TexturesCopy(GrContext* context, - SkYUVColorSpace yuvColorSpace, - const GrBackendTexture nv12Textures[2], - const SkISize nv12Sizes[2], - GrSurfaceOrigin surfaceOrigin, - sk_sp<SkColorSpace> colorSpace = nullptr) -#Deprecated -#Method ## - -# ------------------------------------------------------------------------------ - # currently uncalled by any test or client ## #Bug 7424 |