commit | 8dacba3547e23ade52475bf9d3846b3e497d72df | [log] [tgz] |
---|---|---|
author | Mike Reed <reed@google.com> | Thu Nov 19 09:50:28 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Nov 19 18:12:04 2020 +0000 |
tree | 67165c86c2e52c69d202db516e2d64a5db23612c | |
parent | 9458c8d44acbfd6fb63cbbcad821dde305aca29f [diff] [blame] |
Migrate away for heuristics for bicubic filtering Bug: skia: 7650 Change-Id: Id20aed3a7a2676ab053a32a95f225e60186c0851 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/335593 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> Reviewed-by: Florin Malita <fmalita@chromium.org>
diff --git a/tests/BackendAllocationTest.cpp b/tests/BackendAllocationTest.cpp index e44d099..1519752 100644 --- a/tests/BackendAllocationTest.cpp +++ b/tests/BackendAllocationTest.cpp
@@ -417,7 +417,7 @@ SkCanvas* canvas = surf->getCanvas(); SkPaint p; - p.setFilterQuality(kHigh_SkFilterQuality); + p.setFilterQuality(kMedium_SkFilterQuality); // to force mipMapping int numMipLevels = 6;