commit | e4aa95e3627226bcb0d8cc3e42dca6e4df8f421c | [log] [tgz] |
---|---|---|
author | Chris Craik <ccraik@google.com> | Thu May 08 13:57:05 2014 -0700 |
committer | Chris Craik <ccraik@google.com> | Thu May 08 13:57:05 2014 -0700 |
tree | c55de52d9180486924bfd5ca87450fcee4858d2d | |
parent | a2604b738e7298fd926482ec5d94356b37a0d807 [diff] [blame] |
Add logging utility methods Change-Id: I0f316830dcc0bbf438292a6d0fbe9f8154368500
diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h index 26cb05f..e33a001 100644 --- a/libs/hwui/Matrix.h +++ b/libs/hwui/Matrix.h
@@ -209,7 +209,7 @@ void decomposeScale(float& sx, float& sy) const; - void dump() const; + void dump(const char* label = NULL) const; static const Matrix4& identity();