Use kLow_SkFilterQuality in DrawBitmapAABench
BUG=skia:4001 R=reed@google.com Review URL: https://codereview.chromium.org/1222713007
This commit is contained in:
parent
d312dcade1
commit
d390110a39
@ -22,6 +22,8 @@ public:
|
|||||||
, fName("draw_bitmap_") {
|
, fName("draw_bitmap_") {
|
||||||
|
|
||||||
fPaint.setAntiAlias(doAA);
|
fPaint.setAntiAlias(doAA);
|
||||||
|
// Most clients use filtering, so let's focus on this for now.
|
||||||
|
fPaint.setFilterQuality(kLow_SkFilterQuality);
|
||||||
fName.appendf("%s_%s", doAA ? "aa" : "noaa", name);
|
fName.appendf("%s_%s", doAA ? "aa" : "noaa", name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user