summaryrefslogtreecommitdiff
path: root/libs/hwui/Matrix.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-06-09 18:52:38 -0700
committerRomain Guy <romainguy@google.com>2011-06-09 18:52:38 -0700
commit181d0a6ccedee03789919d53c46540a8df751896 (patch)
tree9a18b084e28573c7625b4f1db25fb12fd05f8f71 /libs/hwui/Matrix.h
parent59a12cae208790dd202656f50a40a53ef49baeeb (diff)
Don't apply AA to rects with no rotation/perspective.
Change-Id: I21138d4d0589cc28f1dcffb8b675cd81a9900e24
Diffstat (limited to 'libs/hwui/Matrix.h')
-rw-r--r--libs/hwui/Matrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h
index 08f5d776d5f5..2fa6ab7757a7 100644
--- a/libs/hwui/Matrix.h
+++ b/libs/hwui/Matrix.h
@@ -111,6 +111,7 @@ public:
}
bool isPureTranslate();
+ bool isSimple();
bool changesBounds();