Searched refs:nRotate (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | Matrix.java | 144 nRotate(this.mNativeInstance, 1, 0, 0, rad); in rotateX() 154 nRotate(this.mNativeInstance, 0, 1, 0, rad); in rotateY() 164 nRotate(this.mNativeInstance, 0, 0, 1, rad); in rotateZ() 174 nRotate(this.mNativeInstance, x, y, z, rad); in rotate() 210 private static native void nRotate(long mNativeInstance, float x, float y, float z, float rad); in nRotate() method in Matrix
|
Completed in 1 milliseconds