diff options
| author | 2014-03-11 10:48:43 -0700 | |
|---|---|---|
| committer | 2014-03-11 15:41:40 -0700 | |
| commit | e361ad7ab15fcf4919a56a6293689d968ee8dcff (patch) | |
| tree | 19107b2e2deff5044db0580ab6701c2857d6a8e8 /libs/hwui/Matrix.h | |
| parent | b26264948c01b097fe5bc12d5b486a759693ceb7 (diff) | |
Remove experimental perspective projection
Change-Id: Iad688c8395ccd4673cc129973802b5f01dfb45ba
Diffstat (limited to 'libs/hwui/Matrix.h')
| -rw-r--r-- | libs/hwui/Matrix.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h index 5cd79b13569b..8b586f04c026 100644 --- a/libs/hwui/Matrix.h +++ b/libs/hwui/Matrix.h @@ -129,10 +129,6 @@ public: void loadRotate(float angle); void loadRotate(float angle, float x, float y, float z); void loadMultiply(const Matrix4& u, const Matrix4& v); - void loadFrustum(float left, float top, float right, float bottom, float near, float far); - void loadLookAt(float eyeX, float eyeY, float eyeZ, - float centerX, float centerY, float centerZ, - float upX, float upY, float upZ); void loadOrtho(float left, float right, float bottom, float top, float near, float far); |