Home
last modified time | relevance | path

Searched refs:Matrix3f (Results 1 – 18 of 18) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DMatrix3f.java27 public class Matrix3f { class
32 public Matrix3f() { in Matrix3f() method in Matrix3f
44 public Matrix3f(float[] dataArray) { in Matrix3f() method in Matrix3f
103 public void load(Matrix3f src) { in load()
210 public void loadMultiply(Matrix3f lhs, Matrix3f rhs) { in loadMultiply()
232 public void multiply(Matrix3f rhs) { in multiply()
233 Matrix3f tmp = new Matrix3f(); in multiply()
248 Matrix3f tmp = new Matrix3f(); in rotate()
260 Matrix3f tmp = new Matrix3f(); in rotate()
273 Matrix3f tmp = new Matrix3f(); in scale()
[all …]
DScriptIntrinsicColorMatrixThunker.java54 public void setColorMatrix(Matrix3f m) { in setColorMatrix()
56 mN.setColorMatrix(new android.renderscript.Matrix3f(m.getArray())); in setColorMatrix()
DScriptIntrinsicColorMatrix.java86 public void setColorMatrix(Matrix3f m) { in setColorMatrix()
DFieldPackerThunker.java255 public void addMatrix(Matrix3f v) { in addMatrix()
256 mN.addMatrix(new android.renderscript.Matrix3f(v.getArray())); in addMatrix()
DMatrix4f.java121 public void load(Matrix3f src) { in load()
DFieldPacker.java511 public void addMatrix(Matrix3f v) { in addMatrix()
/frameworks/base/rs/java/android/renderscript/
DMatrix3f.java24 public class Matrix3f { class
29 public Matrix3f() { in Matrix3f() method in Matrix3f
41 public Matrix3f(float[] dataArray) { in Matrix3f() method in Matrix3f
100 public void load(Matrix3f src) { in load()
207 public void loadMultiply(Matrix3f lhs, Matrix3f rhs) { in loadMultiply()
229 public void multiply(Matrix3f rhs) { in multiply()
230 Matrix3f tmp = new Matrix3f(); in multiply()
245 Matrix3f tmp = new Matrix3f(); in rotate()
257 Matrix3f tmp = new Matrix3f(); in rotate()
270 Matrix3f tmp = new Matrix3f(); in scale()
[all …]
DFieldPacker.java569 public void addMatrix(Matrix3f v) { in addMatrix()
575 public Matrix3f subMatrix3f() { in subMatrix3f()
576 Matrix3f v = new Matrix3f(); in subMatrix3f()
DScriptIntrinsicColorMatrix.java104 public void setColorMatrix(Matrix3f m) { in setColorMatrix()
DMatrix4f.java120 public void load(Matrix3f src) { in load()
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DLevelsV4.java21 import android.renderscript.Matrix3f;
36 Matrix3f satMatrix = new Matrix3f();
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
DLevelsV4.java24 import android.renderscript.Matrix3f;
42 Matrix3f satMatrix = new Matrix3f();
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
DLevelsV4.java36 Matrix3f satMatrix = new Matrix3f();
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
DRsYuv.java26 import android.renderscript.Matrix3f;
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
DSampleRSActivity.java28 import android.renderscript.Matrix3f;
/frameworks/base/api/
Dsystem-current.txt27811 method public void addMatrix(android.renderscript.Matrix3f);
27858 method public android.renderscript.Matrix3f subMatrix3f();
27955 public class Matrix3f {
27956 ctor public Matrix3f();
27957 ctor public Matrix3f(float[]);
27960 method public void load(android.renderscript.Matrix3f);
27962 method public void loadMultiply(android.renderscript.Matrix3f, android.renderscript.Matrix3f);
27968 method public void multiply(android.renderscript.Matrix3f);
28267 method public void setColorMatrix(android.renderscript.Matrix3f);
Dcurrent.txt26219 method public void addMatrix(android.renderscript.Matrix3f);
26266 method public android.renderscript.Matrix3f subMatrix3f();
26363 public class Matrix3f {
26364 ctor public Matrix3f();
26365 ctor public Matrix3f(float[]);
26368 method public void load(android.renderscript.Matrix3f);
26370 method public void loadMultiply(android.renderscript.Matrix3f, android.renderscript.Matrix3f);
26376 method public void multiply(android.renderscript.Matrix3f);
26675 method public void setColorMatrix(android.renderscript.Matrix3f);
/frameworks/base/docs/html/
Dsitemap.txt3531 http://developer.android.com/reference/android/renderscript/Matrix3f.html