commit | e8cb9c14309b0f01c0159efdf9a7198f44a62642 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Mon Oct 04 14:14:11 2010 -0700 |
committer | Romain Guy <romainguy@google.com> | Mon Oct 04 14:14:11 2010 -0700 |
tree | 4e4e2702c4db4fadc6161f62d5e34c36bfc83ccf | |
parent | 95930e13faac8c17dabfaa1478089baa772f091b [diff] [blame] |
Apply bilinear filtering on text only when necessary. Change-Id: Ic903f4b5d30e9c92528c6291941896efe4729ee3
diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h index 0608efe..fe81159 100644 --- a/libs/hwui/Matrix.h +++ b/libs/hwui/Matrix.h
@@ -103,6 +103,8 @@ multiply(u); } + bool changesBounds(); + void copyTo(float* v) const; void copyTo(SkMatrix& v) const;