commit | 46c248da267d315d500d2296a205cf22077b3e87 | [log] [tgz] |
---|---|---|
author | piotaixr <piotaixr@chromium.org> | Wed Oct 22 08:35:44 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 22 08:35:45 2014 -0700 |
tree | 6bf842b92148763fdfe72f268e665eaf51677d3c | |
parent | d2ae72858eaa568e7f2511484f506140dc684a46 [diff] |
More genericity: overload isPaintOpaque(SkPaint, SkBitmap) Instead of taking a Bitmap as an argument this version takes only the type of content (None/Opaque/Transparent). This will be used to check the opaqueness of a SkPaint that draws a SkImage. BUG=skia:3042 Review URL: https://codereview.chromium.org/663233002