Loading graphics/java/android/renderscript/Matrix2f.java +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ public class Matrix2f { } public void load(Matrix2f src) { System.arraycopy(mMat, 0, src.getArray(), 0, 4); System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length); } public void loadRotate(float rot) { Loading graphics/java/android/renderscript/Matrix3f.java +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ public class Matrix3f { } public void load(Matrix3f src) { System.arraycopy(mMat, 0, src.getArray(), 0, 9); System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length); } public void loadRotate(float rot, float x, float y, float z) { Loading graphics/java/android/renderscript/Matrix4f.java +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ public class Matrix4f { } public void load(Matrix4f src) { System.arraycopy(mMat, 0, src.getArray(), 0, 16); System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length); } public void loadRotate(float rot, float x, float y, float z) { Loading Loading
graphics/java/android/renderscript/Matrix2f.java +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ public class Matrix2f { } public void load(Matrix2f src) { System.arraycopy(mMat, 0, src.getArray(), 0, 4); System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length); } public void loadRotate(float rot) { Loading
graphics/java/android/renderscript/Matrix3f.java +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ public class Matrix3f { } public void load(Matrix3f src) { System.arraycopy(mMat, 0, src.getArray(), 0, 9); System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length); } public void loadRotate(float rot, float x, float y, float z) { Loading
graphics/java/android/renderscript/Matrix4f.java +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ public class Matrix4f { } public void load(Matrix4f src) { System.arraycopy(mMat, 0, src.getArray(), 0, 16); System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length); } public void loadRotate(float rot, float x, float y, float z) { Loading