summaryrefslogtreecommitdiff
path: root/libs/hwui/Matrix.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2010-10-04 14:14:11 -0700
committerRomain Guy <romainguy@google.com>2010-10-04 14:14:11 -0700
commite8cb9c14309b0f01c0159efdf9a7198f44a62642 (patch)
tree4e4e2702c4db4fadc6161f62d5e34c36bfc83ccf /libs/hwui/Matrix.h
parent95930e13faac8c17dabfaa1478089baa772f091b (diff)
Apply bilinear filtering on text only when necessary.
Change-Id: Ic903f4b5d30e9c92528c6291941896efe4729ee3
Diffstat (limited to 'libs/hwui/Matrix.h')
-rw-r--r--libs/hwui/Matrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h
index 0608efe988fe..fe8115966909 100644
--- a/libs/hwui/Matrix.h
+++ b/libs/hwui/Matrix.h
@@ -103,6 +103,8 @@ public:
multiply(u);
}
+ bool changesBounds();
+
void copyTo(float* v) const;
void copyTo(SkMatrix& v) const;