Add the method isOpaque() to SkImage
authorpiotaixr <piotaixr@chromium.org>
Tue, 19 Aug 2014 21:29:02 +0000 (14:29 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 19 Aug 2014 21:29:02 +0000 (14:29 -0700)
commitd2a3522503ca0c39829f1bb41f01201d1affdaf6
tree679b036538b2440e560b74105d19adcf7ace7b02
parent1d89ddc4a3aad153501cfdc93bc1d61eb49157f4
Add the method isOpaque() to SkImage

BUG=skia:2766
R=junov@chromium.org, halcanary@google.com, scroggo@google.com, reed@google.com, bsalomon@google.com

Author: piotaixr@chromium.org

Review URL: https://codereview.chromium.org/406673003
gyp/tests.gypi
include/core/SkImage.h
src/image/SkImage_Codec.cpp
src/image/SkImage_Gpu.cpp
src/image/SkImage_Raster.cpp
tests/ImageIsOpaqueTest.cpp [new file with mode: 0644]