commit | 181d0a6ccedee03789919d53c46540a8df751896 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Thu Jun 09 18:52:38 2011 -0700 |
committer | Romain Guy <romainguy@google.com> | Thu Jun 09 18:52:38 2011 -0700 |
tree | 9a18b084e28573c7625b4f1db25fb12fd05f8f71 | |
parent | 59a12cae208790dd202656f50a40a53ef49baeeb [diff] [blame] |
Don't apply AA to rects with no rotation/perspective. Change-Id: I21138d4d0589cc28f1dcffb8b675cd81a9900e24
diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h index 08f5d77..2fa6ab7 100644 --- a/libs/hwui/Matrix.h +++ b/libs/hwui/Matrix.h
@@ -111,6 +111,7 @@ } bool isPureTranslate(); + bool isSimple(); bool changesBounds();