diff options
author | Romain Guy <romainguy@google.com> | 2010-12-06 18:07:02 -0800 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2010-12-06 18:07:02 -0800 |
commit | 6620c6d413f972819fada92b574f0fa9e96d36c1 (patch) | |
tree | 0804ffb39cfbdd4490f0adce93ef8cb421f2bd83 /libs/hwui/Matrix.h | |
parent | 02047f7e88f1d78b29d6d93dc521df279398505d (diff) |
Correctly render text when coordinates are not integers.
Bug #3225632
Change-Id: If09759e6e95eb2885362ab3ba088cf5aae64c7bf
Diffstat (limited to 'libs/hwui/Matrix.h')
-rw-r--r-- | libs/hwui/Matrix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h index d678bd0e899e..23fc6c375150 100644 --- a/libs/hwui/Matrix.h +++ b/libs/hwui/Matrix.h @@ -103,6 +103,8 @@ public: multiply(u); } + bool isPureTranslate(); + bool changesBounds(); void copyTo(float* v) const; |