Home
last modified time | relevance | path

Searched refs:multiply (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/rs/
DrsMatrix4x4.h61 void multiply(const rs_matrix4x4 *rhs) { in multiply() function
67 multiply(&tmp); in rotate()
72 multiply(&tmp); in scale()
77 multiply(&tmp); in translate()
DrsMatrix2x2.h44 void multiply(const rs_matrix2x2 *rhs) { in multiply() function
DrsMatrix3x3.h44 void multiply(const rs_matrix3x3 *rhs) { in multiply() function
/frameworks/base/libs/hwui/
DMatrix.h128 multiply(inv); in multiplyInverse()
131 void multiply(const Matrix4& v) { in multiply() function
139 void multiply(float v);
154 multiply(u);
169 multiply(u); in scale()
175 multiply(u); in skew()
181 multiply(u); in rotate()
DRenderNode.cpp422 matrix.multiply(stat); in applyViewPropertyTransforms()
425 matrix.multiply(anim); in applyViewPropertyTransforms()
435 matrix.multiply(*properties().getTransformMatrix()); in applyViewPropertyTransforms()
447 matrix.multiply(true3dMat); in applyViewPropertyTransforms()
/frameworks/base/rs/java/android/renderscript/
DMatrix3f.java229 public void multiply(Matrix3f rhs) { in multiply() method in Matrix3f
247 multiply(tmp); in rotate()
259 multiply(tmp); in rotate()
272 multiply(tmp); in scale()
286 multiply(tmp); in scale()
299 multiply(tmp); in translate()
DMatrix2f.java152 public void multiply(Matrix2f rhs) { in multiply() method in Matrix2f
166 multiply(tmp); in rotate()
178 multiply(tmp); in scale()
DMatrix4f.java356 public void multiply(Matrix4f rhs) { in multiply() method in Matrix4f
373 multiply(tmp); in rotate()
387 multiply(tmp); in scale()
401 multiply(tmp); in translate()
/frameworks/rs/support/java/src/androidx/renderscript/
DMatrix3f.java232 public void multiply(Matrix3f rhs) { in multiply() method in Matrix3f
250 multiply(tmp); in rotate()
262 multiply(tmp); in rotate()
275 multiply(tmp); in scale()
289 multiply(tmp); in scale()
302 multiply(tmp); in translate()
DMatrix2f.java155 public void multiply(Matrix2f rhs) { in multiply() method in Matrix2f
169 multiply(tmp); in rotate()
181 multiply(tmp); in scale()
DMatrix4f.java357 public void multiply(Matrix4f rhs) { in multiply() method in Matrix4f
374 multiply(tmp); in rotate()
388 multiply(tmp); in scale()
402 multiply(tmp); in translate()
/frameworks/rs/script_api/
Drs_matrix.spec32 multiply the two source matrices, with the first transformation as the right
267 To apply this projection to a vector, multiply the vector by the created
292 To combine two 4x4 transformaton matrices, multiply the second transformation matrix
318 To apply this projection to a vector, multiply the vector by the created matrix
336 To apply this projection to a vector, multiply the vector by the created matrix
352 To rotate a vector, multiply the vector by the created matrix using @rsMatrixMultiply().
369 To scale a vector, multiply the vector by the created matrix using @rsMatrixMultiply().
384 To translate a vector, multiply the vector by the created matrix using
525 To apply this combined transformation to a vector, multiply the vector by the created
543 To apply this combined transformation to a vector, multiply the vector by the created
[all …]
/frameworks/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java387 multiply(d.mValues, a_mtx.mValues, b_mtx.mValues); in nSetConcat()
843 multiply(tmp, mValues, matrix); in postTransform()
854 multiply(tmp, matrix, mValues); in preTransform()
941 /*package*/ static void multiply(float dest[], float[] a, float[] b) { in multiply() method in Matrix_Delegate
1002 multiply(tmp2, tmp, getScale(sx, sy)); in getScale()
1005 multiply(tmp, tmp2, getTranslate(px, py)); in getScale()
1057 multiply(tmp2, tmp, getRotate(sin, cos)); in getRotate()
1060 multiply(tmp, tmp2, getTranslate(px, py)); in getRotate()
1079 multiply(tmp2, tmp, new float[] { 1, kx, 0, ky, 1, 0, 0, 0, 1 }); in getSkew()
1081 multiply(tmp, tmp2, getTranslate(px, py)); in getSkew()
/frameworks/rs/tests/cpp_api/cppstrided/
DAndroid.mk10 multiply.rscript \
Dmultiply.rscript21 uint32_t RS_KERNEL multiply(uint32_t in) {
/frameworks/native/opengl/libagl/
Dmatrix.cpp251 void matrixf_t::multiply(matrixf_t& r, const matrixf_t& lhs, const matrixf_t& rhs) in multiply() function in android::matrixf_t
310 void matrixf_t::multiply(const matrixf_t& rhs) { in multiply() function in android::matrixf_t
312 multiply(r, *this, rhs); in multiply()
376 multiply(rotation); in rotate()
418 void matrix_stack_t::multiply(const matrixf_t& rhs) in multiply() function in android::matrix_stack_t
420 stack[depth].multiply(rhs); in multiply()
508 matrixf_t::multiply(temp_mvp, projection.top(), modelview.top()); in update_mvp()
518 matrixf_t::multiply(mvpv, vpt.matrix, temp_mvp); in update_mvp()
837 c->transforms.current->multiply(rhs); in frustumf()
876 c->transforms.current->multiply(rhs); in orthof()
[all …]
Dcontext.h392 static void multiply(matrixf_t& r,
402 void multiply(const matrixf_t& rhs);
462 void multiply(const matrixf_t& rhs);
/frameworks/rs/tests/cpp_api/cppallocation/
DAndroid.mk10 multiply.rscript \
Dmultiply.rscript21 uint32_t RS_KERNEL multiply(uint32_t in) {
/frameworks/rs/tests/cpp_api/cpp-globalguard/
DAndroid.mk10 multiply.rscript \
Dmultiply.rscript21 uint32_t RS_KERNEL multiply(uint32_t in) {
/frameworks/rs/script_api/include/
Drs_matrix.rsh34 * multiply the two source matrices, with the first transformation as the right
273 * To apply this projection to a vector, multiply the vector by the created
305 * To combine two 4x4 transformaton matrices, multiply the second transformation matrix
335 * To apply this projection to a vector, multiply the vector by the created matrix
352 * To apply this projection to a vector, multiply the vector by the created matrix
370 * To rotate a vector, multiply the vector by the created matrix using rsMatrixMultiply().
390 * To scale a vector, multiply the vector by the created matrix using rsMatrixMultiply().
407 * To translate a vector, multiply the vector by the created matrix using
520 * To apply this combined transformation to a vector, multiply the vector by the created
541 * To apply this combined transformation to a vector, multiply the vector by the created
[all …]
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DMatrix.java345 return new Matrix(multiply(this.m, b.m)); in mult()
349 return new Matrix(multiply(b.m, this.m)); in premult()
352 private static double[] multiply(double a[], double b[]) { in multiply() method in Matrix
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.cpp141 totalMatrix.multiply(canvasMatrix); in prepareListAndChildren()
/frameworks/native/libs/math/include/math/
DTMatHelpers.h242 CONSTEXPR MATRIX_R PURE multiply(const MATRIX_A& lhs, const MATRIX_B& rhs) { in multiply() function
384 lhs = matrix::multiply<BASE<T> >(lhs, rhs);
400 return matrix::multiply<BASE<T> >(lhs, rhs);

12