/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 | rsMatrix3x3.h | 44 void multiply(const rs_matrix3x3 *rhs) { in multiply() function
|
D | rsMatrix2x2.h | 44 void multiply(const rs_matrix2x2 *rhs) { in multiply() function
|
/frameworks/base/libs/hwui/ |
D | Matrix.h | 128 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()
|
D | RenderNode.cpp | 539 matrix.multiply(stat); in applyViewPropertyTransforms() 542 matrix.multiply(anim); in applyViewPropertyTransforms() 552 matrix.multiply(*properties().getTransformMatrix()); in applyViewPropertyTransforms() 564 matrix.multiply(true3dMat); in applyViewPropertyTransforms() 572 matrix.multiply( in applyViewPropertyTransforms()
|
D | DamageAccumulator.cpp | 64 outMatrix->multiply(*currentFrame->matrix4); in computeTransformImpl() 269 transform.multiply(*frame->matrix4); in computeClipAndTransform()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Matrix3f.java | 233 public void multiply(Matrix3f rhs) { in multiply() method in Matrix3f 251 multiply(tmp); in rotate() 263 multiply(tmp); in rotate() 276 multiply(tmp); in scale() 290 multiply(tmp); in scale() 303 multiply(tmp); in translate()
|
D | Matrix2f.java | 156 public void multiply(Matrix2f rhs) { in multiply() method in Matrix2f 170 multiply(tmp); in rotate() 182 multiply(tmp); in scale()
|
D | Matrix4f.java | 360 public void multiply(Matrix4f rhs) { in multiply() method in Matrix4f 377 multiply(tmp); in rotate() 391 multiply(tmp); in scale() 405 multiply(tmp); in translate()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Matrix3f.java | 236 public void multiply(Matrix3f rhs) { in multiply() method in Matrix3f 254 multiply(tmp); in rotate() 266 multiply(tmp); in rotate() 279 multiply(tmp); in scale() 293 multiply(tmp); in scale() 306 multiply(tmp); in translate()
|
D | Matrix2f.java | 159 public void multiply(Matrix2f rhs) { in multiply() method in Matrix2f 173 multiply(tmp); in rotate() 185 multiply(tmp); in scale()
|
D | Matrix4f.java | 361 public void multiply(Matrix4f rhs) { in multiply() method in Matrix4f 378 multiply(tmp); in rotate() 392 multiply(tmp); in scale() 406 multiply(tmp); in translate()
|
/frameworks/base/apct-tests/perftests/core/src/android/libcore/ |
D | BigIntegerPerfTest.java | 53 sum = sum.add(big.multiply(big)); in inner() 129 return tmp.multiply(base).divide(scaleBy); in myPow() 132 return tmp.multiply(tmp).divide(scaleBy); in myPow() 173 BigInteger product = odd1.multiply(odd2); in repeatModPow() 206 BigInteger product = odd1.multiply(odd2); in repeatModInverse()
|
D | SmallBigIntegerPerfTest.java | 58 x = x.multiply(BIG_THREE).add(BigInteger.ONE); in testSmallBigInteger()
|
/frameworks/rs/script_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/rs/script_api/include/ |
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/tests/cpp_api/cppallocation/ |
D | multiply.rscript | 21 uint32_t RS_KERNEL multiply(uint32_t in) {
|
D | Android.bp | 28 "multiply.rscript",
|
/frameworks/rs/tests/cpp_api/cppstrided/ |
D | multiply.rscript | 21 uint32_t RS_KERNEL multiply(uint32_t in) {
|
D | Android.bp | 30 "multiply.rscript",
|
/frameworks/rs/tests/cpp_api/cpp-globalguard/ |
D | multiply.rscript | 21 uint32_t RS_KERNEL multiply(uint32_t in) {
|
D | Android.bp | 30 "multiply.rscript",
|
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
D | BigIntegerPerfTest.java | 66 x.multiply(y); in timeRandomMultiplication()
|
/frameworks/rs/tests/java_api/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/libs/hwui/pipeline/skia/ |
D | SkiaDisplayList.cpp | 163 totalMatrix.multiply(canvasMatrix); in prepareListAndChildren()
|