Home
last modified time | relevance | path

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

/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
DMatrix2f.java27 public class Matrix2f { class
32 public Matrix2f() { in Matrix2f() method in Matrix2f
44 public Matrix2f(float[] dataArray) { in Matrix2f() method in Matrix2f
97 public void load(Matrix2f src) { in load()
136 public void loadMultiply(Matrix2f lhs, Matrix2f rhs) { in loadMultiply()
155 public void multiply(Matrix2f rhs) { in multiply()
156 Matrix2f tmp = new Matrix2f(); in multiply()
167 Matrix2f tmp = new Matrix2f(); in rotate()
179 Matrix2f tmp = new Matrix2f(); in scale()
DFieldPacker.java324 public void addMatrix(Matrix2f v) { in addMatrix()
/frameworks/base/graphics/java/android/renderscript/
DMatrix2f.java27 public class Matrix2f { class
32 public Matrix2f() { in Matrix2f() method in Matrix2f
44 public Matrix2f(float[] dataArray) { in Matrix2f() method in Matrix2f
97 public void load(Matrix2f src) { in load()
136 public void loadMultiply(Matrix2f lhs, Matrix2f rhs) { in loadMultiply()
155 public void multiply(Matrix2f rhs) { in multiply()
156 Matrix2f tmp = new Matrix2f(); in multiply()
167 Matrix2f tmp = new Matrix2f(); in rotate()
179 Matrix2f tmp = new Matrix2f(); in scale()
DFieldPacker.java324 public void addMatrix(Matrix2f v) { in addMatrix()
/frameworks/base/api/
D14.txt17875 method public void addMatrix(android.renderscript.Matrix2f);
18012 public class Matrix2f {
18013 ctor public Matrix2f();
18014 ctor public Matrix2f(float[]);
18017 method public void load(android.renderscript.Matrix2f);
18019 method public void loadMultiply(android.renderscript.Matrix2f, android.renderscript.Matrix2f);
18022 method public void multiply(android.renderscript.Matrix2f);
D15.txt18002 method public void addMatrix(android.renderscript.Matrix2f);
18139 public class Matrix2f {
18140 ctor public Matrix2f();
18141 ctor public Matrix2f(float[]);
18144 method public void load(android.renderscript.Matrix2f);
18146 method public void loadMultiply(android.renderscript.Matrix2f, android.renderscript.Matrix2f);
18149 method public void multiply(android.renderscript.Matrix2f);
D16.txt18965 method public void addMatrix(android.renderscript.Matrix2f);
19102 public class Matrix2f {
19103 ctor public Matrix2f();
19104 ctor public Matrix2f(float[]);
19107 method public void load(android.renderscript.Matrix2f);
19109 method public void loadMultiply(android.renderscript.Matrix2f, android.renderscript.Matrix2f);
19112 method public void multiply(android.renderscript.Matrix2f);
D17.txt19447 method public void addMatrix(android.renderscript.Matrix2f);
19584 public class Matrix2f {
19585 ctor public Matrix2f();
19586 ctor public Matrix2f(float[]);
19589 method public void load(android.renderscript.Matrix2f);
19591 method public void loadMultiply(android.renderscript.Matrix2f, android.renderscript.Matrix2f);
19594 method public void multiply(android.renderscript.Matrix2f);
Dcurrent.txt19447 method public void addMatrix(android.renderscript.Matrix2f);
19584 public class Matrix2f {
19585 ctor public Matrix2f();
19586 ctor public Matrix2f(float[]);
19589 method public void load(android.renderscript.Matrix2f);
19591 method public void loadMultiply(android.renderscript.Matrix2f, android.renderscript.Matrix2f);
19594 method public void multiply(android.renderscript.Matrix2f);
/frameworks/base/docs/html/
Dsitemap.txt3531 http://developer.android.com/reference/android/renderscript/Matrix2f.html