commit | 24aa0f0679d5299b394bcb62b1c4430e4cd34c65 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu Feb 26 12:48:05 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Feb 26 12:48:05 2015 -0800 |
tree | 4101cac8b70bb03c7eb3ccf7c31f693248b1d197 | |
parent | 2719552fb1469b9697a3ee8b15a537044fa6dd96 [diff] |
Add sqrt() and rsqrt() to Sk4f. This doesn't add them to the second-stringer Sk4i. It's unclear we should be doing that often, and we don't have efficient ways to do it except via floats. BUG=skia: Review URL: https://codereview.chromium.org/964603002