Revert "Make Paint default to filtering Bitmaps"
This reverts commit 1a73221199.
Reason for revert: cts failure, b/128641982
Change-Id: If27a39d8d4f6cc03c642b63be1a32af187ce8758
This commit is contained in:
@@ -229,8 +229,7 @@ public class Paint {
|
||||
public static final int VERTICAL_TEXT_FLAG = 0x1000;
|
||||
|
||||
// These flags are always set on a new/reset paint, even if flags 0 is passed.
|
||||
static final int HIDDEN_DEFAULT_PAINT_FLAGS = DEV_KERN_TEXT_FLAG | EMBEDDED_BITMAP_TEXT_FLAG
|
||||
| FILTER_BITMAP_FLAG;
|
||||
static final int HIDDEN_DEFAULT_PAINT_FLAGS = DEV_KERN_TEXT_FLAG | EMBEDDED_BITMAP_TEXT_FLAG;
|
||||
|
||||
/**
|
||||
* Font hinter option that disables font hinting.
|
||||
|
||||
Reference in New Issue
Block a user