commit | e099dd73dff0f447029323e918118a189bb27679 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu Oct 09 11:49:30 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 09 11:49:30 2014 -0700 |
tree | dd116d01d9e86525a8ebf46ed22cf5f0fe071ef7 | |
parent | 60e4ad7b29f50ebd7698d2d37580d5c8da5ce600 [diff] |
Small improvements to SkBitSet: - implement O(1) operations in SkBitSet.h so they can inline away - use calloc to allocate empty bitsets instead of malloc then clear - little style things BUG=skia: Review URL: https://codereview.chromium.org/640243003