Rename anisotropic_hq to anistropic_image_scale_mip

"High quality" filtering is no longer a concept in Skia. New variants
with other suffixes will make more sense. The existing image triaging
isn't adding value so no worries about starting over.

Bug: skia:13036
Change-Id: Iaa4d285e74de8e7c154fa15027489963124315ad
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/522977
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
This commit is contained in:
Brian Salomon 2022-03-21 12:13:55 -04:00 committed by SkCQ
parent 0d226afee9
commit 6538e8905c

View File

@ -18,7 +18,7 @@
namespace skiagm {
// This GM exercises HighQuality anisotropic filtering.
// This GM exercises anisotropic image scaling.
class AnisotropicGM : public GM {
public:
AnisotropicGM() : fSampling(SkFilterMode::kLinear, SkMipmapMode::kLinear) {
@ -27,7 +27,7 @@ public:
protected:
SkString onShortName() override { return SkString("anisotropic_hq"); }
SkString onShortName() override { return SkString("anisotropic_image_scale_mip"); }
SkISize onISize() override {
return SkISize::Make(2*kImageSize + 3*kSpacer,