commit | 3c7d882c483b693124f94c07253807422583080f | [log] [tgz] |
---|---|---|
author | Hal Canary <halcanary@google.com> | Thu Jan 04 23:04:23 2018 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Jan 08 13:50:59 2018 +0000 |
tree | acca402ca17ccd1d668dbbf87ce2f72c5d80238c | |
parent | 2985987cac72bf0a56fe75d751191d88d3b8582f [diff] |
SkBitmap::fPixelRefOrigin removed Motivation: makes SkBitmap 8 bytes smaller. fPixelRefOrigin is rarely used, and can be recaluated when needed. Also, remove two of SkBitmap's private methods and fold in their functions. Change-Id: I2cddb9e4b5480404bf6da3edfb0155ab82cf47d2 Reviewed-on: https://skia-review.googlesource.com/91300 Reviewed-by: Cary Clark <caryclark@google.com> Commit-Queue: Hal Canary <halcanary@google.com>