/frameworks/base/libs/hwui/ |
D | Matrix.h | 138 multiply(inv); in multiplyInverse() 141 void multiply(const Matrix4& v) { in multiply() function 149 void multiply(float v); 164 multiply(u); 179 multiply(u); in scale() 185 multiply(u); in skew() 191 multiply(u); in rotate()
|
D | CanvasState.cpp | 195 mSnapshot->transform->multiply(transform); in concatMatrix() 199 mSnapshot->transform->multiply(matrix); in concatMatrix()
|
D | Snapshot.cpp | 174 outTransform->multiply(*(current->transform)); in buildScreenSpaceTransform() 202 roundRectDrawingMatrix.multiply(*transform); in setClippingRoundRect()
|
/frameworks/rs/ |
D | rsMatrix4x4.h | 61 void multiply(const rs_matrix4x4 *rhs) { in multiply() function 67 multiply(&tmp); in rotate() 72 multiply(&tmp); in scale() 77 multiply(&tmp); in translate()
|
D | rsMatrix2x2.h | 44 void multiply(const rs_matrix2x2 *rhs) { in multiply() function
|
D | rsMatrix3x3.h | 44 void multiply(const rs_matrix3x3 *rhs) { in multiply() function
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Matrix3f.java | 232 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()
|
D | Matrix2f.java | 155 public void multiply(Matrix2f rhs) { in multiply() method in Matrix2f 169 multiply(tmp); in rotate() 181 multiply(tmp); in scale()
|
D | Matrix4f.java | 357 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/base/rs/java/android/renderscript/ |
D | Matrix3f.java | 229 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()
|
D | Matrix2f.java | 152 public void multiply(Matrix2f rhs) { in multiply() method in Matrix2f 166 multiply(tmp); in rotate() 178 multiply(tmp); in scale()
|
D | Matrix4f.java | 356 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/base/services/accessibility/java/com/android/server/accessibility/ |
D | DisplayAdjustmentUtils.java | 91 colorMatrix = multiply(colorMatrix, INVERSION_MATRIX_VALUE_ONLY); in applyAdjustments() 101 colorMatrix = multiply(colorMatrix, GRAYSCALE_MATRIX); in applyAdjustments() 115 colorMatrix = multiply(colorMatrix, userMatrix); in applyAdjustments() 138 private static float[] multiply(float[] matrix, float[] other) { in multiply() method in DisplayAdjustmentUtils
|
/frameworks/rs/api/ |
D | rs_matrix.spec | 32 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/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 381 multiply(d.mValues, a_mtx.mValues, b_mtx.mValues); in native_setConcat() 827 multiply(tmp, mValues, matrix); in postTransform() 838 multiply(tmp, matrix, mValues); in preTransform() 925 /*package*/ static void multiply(float dest[], float[] a, float[] b) { in multiply() method in Matrix_Delegate 986 multiply(tmp2, tmp, getScale(sx, sy)); in getScale() 989 multiply(tmp, tmp2, getTranslate(px, py)); in getScale() 1041 multiply(tmp2, tmp, getRotate(sin, cos)); in getRotate() 1044 multiply(tmp, tmp2, getTranslate(px, py)); in getRotate() 1063 multiply(tmp2, tmp, new float[] { 1, kx, 0, ky, 1, 0, 0, 0, 1 }); in getSkew() 1065 multiply(tmp, tmp2, getTranslate(px, py)); in getSkew()
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 252 void matrixf_t::multiply(matrixf_t& r, const matrixf_t& lhs, const matrixf_t& rhs) in multiply() function in android::matrixf_t 311 void matrixf_t::multiply(const matrixf_t& rhs) { in multiply() function in android::matrixf_t 313 multiply(r, *this, rhs); in multiply() 377 multiply(rotation); in rotate() 419 void matrix_stack_t::multiply(const matrixf_t& rhs) in multiply() function in android::matrix_stack_t 421 stack[depth].multiply(rhs); in multiply() 509 matrixf_t::multiply(temp_mvp, projection.top(), modelview.top()); in update_mvp() 519 matrixf_t::multiply(mvpv, vpt.matrix, temp_mvp); in update_mvp() 848 c->transforms.current->multiply(rhs); in frustumf() 887 c->transforms.current->multiply(rhs); in orthof() [all …]
|
D | context.h | 391 static void multiply(matrixf_t& r, 401 void multiply(const matrixf_t& rhs); 461 void multiply(const matrixf_t& rhs);
|
/frameworks/rs/tests/cppstrided/ |
D | multiply.rs | 21 uint32_t RS_KERNEL multiply(uint32_t in) {
|
D | Android.mk | 8 multiply.rs \
|
/frameworks/rs/tests/cppallocation/ |
D | multiply.rs | 21 uint32_t RS_KERNEL multiply(uint32_t in) {
|
D | Android.mk | 8 multiply.rs \
|
/frameworks/rs/scriptc/ |
D | rs_matrix.rsh | 34 * 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/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Matrix.java | 345 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/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | NightModeController.java | 181 values = multiply(values, mCustomMatrix); in updateCurrentMatrix() 210 private static float[] multiply(float[] matrix, float[] other) { in multiply() method in NightModeController
|
/frameworks/native/include/ui/ |
D | TMatHelpers.h | 111 MATRIX_R PURE multiply(const MATRIX_A& lhs, const MATRIX_B& rhs) { in multiply() function 210 return matrix::multiply<BASE<T> >(lhs, rhs);
|