Searched refs:multiply (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/rs/tests/cppallocation/
H A Dmultiply.rs21 uint32_t RS_KERNEL multiply(uint32_t in) {
H A DAndroid.mk8 multiply.rs \
/frameworks/rs/tests/cppstrided/
H A Dmultiply.rs21 uint32_t RS_KERNEL multiply(uint32_t in) {
H A DAndroid.mk8 multiply.rs \
/frameworks/rs/
H A DrsMatrix4x4.h61 void multiply(const rs_matrix4x4 *rhs) { function in struct:android::renderscript::Matrix4x4
67 multiply(&tmp);
72 multiply(&tmp);
77 multiply(&tmp);
H A DrsMatrix2x2.h44 void multiply(const rs_matrix2x2 *rhs) { function in struct:android::renderscript::Matrix2x2
H A DrsMatrix3x3.h44 void multiply(const rs_matrix3x3 *rhs) { function in struct:android::renderscript::Matrix3x3
/frameworks/base/rs/java/android/renderscript/
H A DMatrix2f.java150 * @param rhs right hand side to multiply by
152 public void multiply(Matrix2f rhs) { method in class:Matrix2f
166 multiply(tmp);
178 multiply(tmp);
H A DMatrix3f.java227 * @param rhs right hand side to multiply by
229 public void multiply(Matrix3f rhs) { method in class:Matrix3f
247 multiply(tmp);
259 multiply(tmp);
272 multiply(tmp);
286 multiply(tmp);
299 multiply(tmp);
H A DMatrix4f.java354 * @param rhs right hand side to multiply by
356 public void multiply(Matrix4f rhs) { method in class:Matrix4f
373 multiply(tmp);
387 multiply(tmp);
401 multiply(tmp);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix2f.java153 * @param rhs right hand side to multiply by
155 public void multiply(Matrix2f rhs) { method in class:Matrix2f
169 multiply(tmp);
181 multiply(tmp);
H A DMatrix3f.java230 * @param rhs right hand side to multiply by
232 public void multiply(Matrix3f rhs) { method in class:Matrix3f
250 multiply(tmp);
262 multiply(tmp);
275 multiply(tmp);
289 multiply(tmp);
302 multiply(tmp);
H A DMatrix4f.java355 * @param rhs right hand side to multiply by
357 public void multiply(Matrix4f rhs) { method in class:Matrix4f
374 multiply(tmp);
388 multiply(tmp);
402 multiply(tmp);
/frameworks/base/libs/hwui/
H A DMatrix.h138 multiply(inv);
141 void multiply(const Matrix4& v) { function in class:android::uirenderer::Matrix4
149 void multiply(float v);
164 multiply(u);
179 multiply(u);
185 multiply(u);
191 multiply(u);
H A DCanvasState.cpp195 mSnapshot->transform->multiply(transform);
199 mSnapshot->transform->multiply(matrix);
H A DSnapshot.cpp174 outTransform->multiply(*(current->transform));
202 roundRectDrawingMatrix.multiply(*transform);
H A DProgram.cpp173 t.multiply(modelViewMatrix);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DDisplayAdjustmentUtils.java91 colorMatrix = multiply(colorMatrix, INVERSION_MATRIX_VALUE_ONLY);
101 colorMatrix = multiply(colorMatrix, GRAYSCALE_MATRIX);
115 colorMatrix = multiply(colorMatrix, userMatrix);
138 private static float[] multiply(float[] matrix, float[] other) { method in class:DisplayAdjustmentUtils
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java381 multiply(d.mValues, a_mtx.mValues, b_mtx.mValues);
827 multiply(tmp, mValues, matrix);
838 multiply(tmp, matrix, mValues);
921 * multiply two matrices and store them in a 3rd.
925 /*package*/ static void multiply(float dest[], float[] a, float[] b) { method in class:Matrix_Delegate
986 multiply(tmp2, tmp, getScale(sx, sy));
989 multiply(tmp, tmp2, getTranslate(px, py));
1041 multiply(tmp2, tmp, getRotate(sin, cos));
1044 multiply(tmp, tmp2, getTranslate(px, py));
1063 multiply(tmp
[all...]
/frameworks/rs/api/
H A 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 th
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNightModeController.java181 values = multiply(values, mCustomMatrix);
210 private static float[] multiply(float[] matrix, float[] other) { method in class:NightModeController
/frameworks/native/include/ui/
H A DTMatHelpers.h111 MATRIX_R PURE multiply(const MATRIX_A& lhs, const MATRIX_B& rhs) { function in namespace:android::matrix
189 // multiply by a scalar
210 return matrix::multiply<BASE<T> >(lhs, rhs);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp252 void matrixf_t::multiply(matrixf_t& r, const matrixf_t& lhs, const matrixf_t& rhs) function in class:android::matrixf_t
311 void matrixf_t::multiply(const matrixf_t& rhs) { function in class:android::matrixf_t
313 multiply(r, *this, rhs);
377 multiply(rotation);
419 void matrix_stack_t::multiply(const matrixf_t& rhs) function in class:android::matrix_stack_t
421 stack[depth].multiply(rhs);
509 matrixf_t::multiply(temp_mvp, projection.top(), modelview.top());
519 matrixf_t::multiply(mvpv, vpt.matrix, temp_mvp);
848 c->transforms.current->multiply(rhs);
887 c->transforms.current->multiply(rh
[all...]
H A Dcontext.h391 static void multiply(matrixf_t& r,
401 void multiply(const matrixf_t& rhs);
461 void multiply(const matrixf_t& rhs);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DMatrix.java345 return new Matrix(multiply(this.m, b.m));
349 return new Matrix(multiply(b.m, this.m));
352 private static double[] multiply(double a[], double b[]) { method in class:Matrix

Completed in 778 milliseconds

12