diff options
| author | Mathias Agopian <> | 2009-03-24 22:50:50 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-24 22:50:50 -0700 |
| commit | afbf448b7d04abe25497f838c1df5d05048f9d12 (patch) | |
| tree | bb6bde9041ecf23da0314a5937986d14a646fa1e /libs/surfaceflinger/Transform.h | |
| parent | 1379665abdb8330caf813fb77902914d1545bcd9 (diff) | |
| download | frameworks_base-afbf448b7d04abe25497f838c1df5d05048f9d12.zip frameworks_base-afbf448b7d04abe25497f838c1df5d05048f9d12.tar.gz frameworks_base-afbf448b7d04abe25497f838c1df5d05048f9d12.tar.bz2 | |
Automated import from //branches/master/...@142447,142447
Diffstat (limited to 'libs/surfaceflinger/Transform.h')
| -rw-r--r-- | libs/surfaceflinger/Transform.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/surfaceflinger/Transform.h b/libs/surfaceflinger/Transform.h index 4c4528e..0b4835e 100644 --- a/libs/surfaceflinger/Transform.h +++ b/libs/surfaceflinger/Transform.h @@ -60,9 +60,7 @@ public: void reset(); void set(float xx, float xy, float yx, float yy); void set(int tx, int ty); - void set(float radian, float x, float y); - void scale(float s, float x, float y); - + Rect makeBounds(int w, int h) const; void transform(GLfixed* point, int x, int y) const; Region transform(const Region& reg) const; |
