commit | 0ba681bce12d522c5575dfccb5a6ca12f0fba746 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Thu Aug 12 15:37:00 2010 -0700 |
committer | Romain Guy <romainguy@google.com> | Thu Aug 12 15:37:00 2010 -0700 |
tree | 5e99242b4abb19331003338fabea81ddf1111ce3 | |
parent | af28b514964861d81b48902f942f706050936d38 [diff] [blame] |
Fix GC issue, fix local shader transformations. Change-Id: I208bdf89815dcd18dcadd43df932a77362918435
diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h index ebc8b29..c247a67 100644 --- a/libs/hwui/Matrix.h +++ b/libs/hwui/Matrix.h
@@ -104,10 +104,8 @@ void copyTo(float* v) const; void copyTo(SkMatrix& v) const; - /** - * Does not apply rotations! - */ void mapRect(Rect& r) const; + void mapPoint(float& x, float& y) const; float getTranslateX(); float getTranslateY();