Home
last modified time | relevance | path

Searched refs:Matrix2f (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DMatrix2f.java28 public class Matrix2f { class
33 public Matrix2f() { in Matrix2f() method in Matrix2f
45 public Matrix2f(float[] dataArray) { in Matrix2f() method in Matrix2f
98 public void load(Matrix2f src) { in load()
137 public void loadMultiply(Matrix2f lhs, Matrix2f rhs) { in loadMultiply()
156 public void multiply(Matrix2f rhs) { in multiply()
157 Matrix2f tmp = new Matrix2f(); in multiply()
168 Matrix2f tmp = new Matrix2f(); in rotate()
180 Matrix2f tmp = new Matrix2f(); in scale()
H A DFieldPacker.java595 public void addMatrix(Matrix2f v) { in addMatrix()
601 public Matrix2f subMatrix2f() { in subMatrix2f()
602 Matrix2f v = new Matrix2f(); in subMatrix2f()
760 if (obj instanceof Matrix2f) { in add()
761 addMatrix((Matrix2f)obj); in add()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt38320 method @Deprecated public void addMatrix(android.renderscript.Matrix2f);
38365 method @Deprecated public android.renderscript.Matrix2f subMatrix2f();
38446 @Deprecated public class Matrix2f {
38447 ctor @Deprecated public Matrix2f();
38448 ctor @Deprecated public Matrix2f(float[]);
38451 method @Deprecated public void load(android.renderscript.Matrix2f);
38453 …@Deprecated public void loadMultiply(android.renderscript.Matrix2f, android.renderscript.Matrix2f);
38456 method @Deprecated public void multiply(android.renderscript.Matrix2f);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt45994 Landroid/renderscript/Matrix2f;->mMat:[F