/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowMatrixTest.java | 36 m.postRotate(4, 8, 15); in postOperationsAreQueued() 137 matrix.postRotate(45.0f); in testIsAffine() 158 matrix.postRotate(45.0f); in testRectStaysRect() 161 matrix.postRotate(45.0f); in testRectStaysRect() 182 matrix1.postRotate(45.0f); in testSet() 199 matrix.postRotate(45.0f); in testReset() 310 matrix.postRotate(90.0f); in testPostRotate() 312 matrix.postRotate(90.0f); in testPostRotate() 314 matrix.postRotate(90.0f); in testPostRotate() 316 matrix.postRotate(90.0f); in testPostRotate() [all …]
|
/external/skia/tests/ |
D | MatrixTest.cpp | 392 mat.postRotate(1); in test_matrix_preserve_shape() 413 mat.setScale(3, 2).postRotate(30); in test_matrix_preserve_shape() 524 mat.setScale(kScale0, kScale0).postRotate(kRotation1); in test_matrix_decomposition() 534 mat.setScale(kScale0, -kScale0).postRotate(kRotation1); in test_matrix_decomposition() 549 mat.setScale(kScale1, kScale0).postRotate(kRotation0); in test_matrix_decomposition() 554 mat.setScale(kScale1, kScale0).postRotate(90); in test_matrix_decomposition() 559 mat.setRotate(kRotation1).postScale(kScale0, kScale0).postRotate(kRotation0); in test_matrix_decomposition() 564 mat.setRotate(kRotation0).postScale(kScale1, kScale0).postRotate(kRotation1); in test_matrix_decomposition() 569 mat.setRotate(kRotation0).postScale(-kScale1, kScale0).postRotate(kRotation1); in test_matrix_decomposition() 580 mat.setRotate(rot0).postScale(sx, sy).postRotate(rot1); in test_matrix_decomposition() [all …]
|
D | DrawBitmapRectTest.cpp | 36 mat->postRotate(rand.nextSScalar1() * 360); in rand_matrix()
|
/external/skqp/tests/ |
D | MatrixTest.cpp | 402 mat.postRotate(SkIntToScalar(1)); in test_matrix_preserve_shape() 431 mat.postRotate(SkIntToScalar(30)); in test_matrix_preserve_shape() 545 mat.postRotate(kRotation1); in test_matrix_decomposition() 557 mat.postRotate(kRotation1); in test_matrix_decomposition() 575 mat.postRotate(kRotation0); in test_matrix_decomposition() 581 mat.postRotate(90); in test_matrix_decomposition() 588 mat.postRotate(kRotation0); in test_matrix_decomposition() 595 mat.postRotate(kRotation1); in test_matrix_decomposition() 602 mat.postRotate(kRotation1); in test_matrix_decomposition() 615 mat.postRotate(rot1); in test_matrix_decomposition() [all …]
|
D | DrawBitmapRectTest.cpp | 34 mat->postRotate(rand.nextSScalar1() * 360); in rand_matrix()
|
/external/skia/bench/ |
D | MatrixBench.cpp | 156 fMatrix[i].postRotate(rot1); in onDelayedSetup() 185 fMatrix.postRotate(45.0f); in InvertMapRectMatrixBench() 271 static SkMatrix make_afine() { SkMatrix m(make_trans()); m.postRotate(15); return m; } in make_afine()
|
/external/skqp/bench/ |
D | MatrixBench.cpp | 156 fMatrix[i].postRotate(rot1); in onDelayedSetup() 185 fMatrix.postRotate(45.0f); in InvertMapRectMatrixBench() 271 static SkMatrix make_afine() { SkMatrix m(make_trans()); m.postRotate(15); return m; } in make_afine()
|
/external/skia/docs/examples/ |
D | Matrix_postRotate_2.cpp | 11 matrix.postRotate(45); in draw()
|
D | Matrix_postRotate.cpp | 11 matrix.postRotate(45, source.width() / 2, source.height() / 2); in draw()
|
D | Matrix_TypeMask.cpp | 23 matrix.postRotate(45); in draw()
|
D | mapradius.cpp | 12 matrix.postRotate(45, center.fX, center.fY); in draw()
|
D | Matrix_mapRadius.cpp | 13 matrix.postRotate(45, center.fX, center.fY);
|
/external/skqp/include/effects/ |
D | SkColorMatrix.h | 46 void postRotate(Axis, SkScalar degrees);
|
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/ |
D | Rot90Op.java | 65 matrix.postRotate(-90 * numRotation); in apply()
|
/external/skia/gm/ |
D | shadertext3.cpp | 115 localM.postRotate(20); in onDraw()
|
D | scaledemoji.cpp | 191 perspective.postRotate(rotate); in onDraw()
|
/external/skqp/gm/ |
D | shadertext3.cpp | 97 localM.postRotate(20); in onDraw()
|
/external/skqp/modules/skottie/src/ |
D | SkottieAdapter.cpp | 59 t.postRotate(fRotation); in totalMatrix() 124 m.postRotate(t * fRotation); in apply()
|
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/env/ |
D | ImageUtils.java | 311 matrix.postRotate(applyRotation); in getTransformationMatrix()
|
/external/skqp/src/effects/ |
D | SkColorMatrix.cpp | 126 void SkColorMatrix::postRotate(Axis axis, SkScalar degrees) { in postRotate() function in SkColorMatrix
|
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/ |
D | CameraConnectionFragment.java | 591 matrix.postRotate(90 * (rotation - 2), centerX, centerY); in configureTransform() 593 matrix.postRotate(180, centerX, centerY); in configureTransform()
|
/external/skqp/include/core/ |
D | SkMatrix.h | 980 void postRotate(SkScalar degrees, SkScalar px, SkScalar py); 1007 void postRotate(SkScalar degrees);
|
/external/skqp/docs/ |
D | SkMatrix_Reference.bmh | 152 matrix.postRotate(45); 1248 #SeeAlso setSinCos preRotate postRotate 1273 #SeeAlso setSinCos preRotate postRotate 1542 #SeeAlso postRotate setRotate 1562 #SeeAlso postRotate setRotate 1778 #Method void postRotate(SkScalar degrees, SkScalar px, SkScalar py) 1790 matrix.postRotate(45, source.width() / 2, source.height() / 2); 1801 #Method void postRotate(SkScalar degrees) 1810 matrix.postRotate(45); 2571 matrix.postRotate(45, center.fX, center.fY); [all …]
|
/external/skia/include/core/ |
D | SkMatrix.h | 1036 SkMatrix& postRotate(SkScalar degrees, SkScalar px, SkScalar py); 1063 SkMatrix& postRotate(SkScalar degrees);
|
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ |
D | Camera2BasicFragment.java | 800 matrix.postRotate(90 * (rotation - 2), centerX, centerY); in configureTransform() 802 matrix.postRotate(180, centerX, centerY); in configureTransform()
|