Searched defs:rot (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | Matrix3f.java | 113 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 149 public void loadRotate(float rot) { in loadRotate() 244 public void rotate(float rot, float x, float y, float z) { in rotate() 256 public void rotate(float rot) { in rotate()
|
D | Matrix2f.java | 103 public void loadRotate(float rot) { in loadRotate() 163 public void rotate(float rot) { in rotate()
|
D | Matrix4f.java | 151 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 370 public void rotate(float rot, float x, float y, float z) { in rotate()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Matrix3f.java | 116 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 152 public void loadRotate(float rot) { in loadRotate() 247 public void rotate(float rot, float x, float y, float z) { in rotate() 259 public void rotate(float rot) { in rotate()
|
D | Matrix2f.java | 106 public void loadRotate(float rot) { in loadRotate() 166 public void rotate(float rot) { in rotate()
|
D | Matrix4f.java | 152 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 371 public void rotate(float rot, float x, float y, float z) { in rotate()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeMath.cpp | 58 static void SC_MatrixLoadRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixLoadRotate() 67 static void SC_MatrixRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixRotate() 166 float rot, float x, float y, float z) { in rsMatrixLoadRotate() 177 void __attribute__((overloadable)) rsMatrixRotate(rs_matrix4x4 *m, float rot, in rsMatrixRotate()
|
/frameworks/rs/ |
D | rsMatrix4x4.cpp | 200 void Matrix4x4::loadRotate(float rot, float x, float y, float z) { in loadRotate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarView.java | 442 final int rot = mDisplay.getRotation(); in reorient() local
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 5510 public void setUserRotationMode(int mode, int rot) { in setUserRotationMode()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 6031 private static void convertCropForSurfaceFlinger(Rect crop, int rot, int dw, int dh) { in convertCropForSurfaceFlinger() 6095 int rot = Surface.ROTATION_0; in screenshotApplications() local
|