/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 | 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/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/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/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/include/effects/ |
D | SkColorMatrix.h | 46 void postRotate(Axis, SkScalar degrees);
|
/external/skia/include/effects/ |
D | SkColorMatrix.h | 46 void postRotate(Axis, SkScalar degrees);
|
/external/skqp/gm/ |
D | shadertext3.cpp | 97 localM.postRotate(20); in onDraw()
|
/external/skia/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/examples/android/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/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/ |
D | CameraConnectionFragment.java | 585 matrix.postRotate(90 * (rotation - 2), centerX, centerY); in configureTransform() 587 matrix.postRotate(180, centerX, centerY); in configureTransform()
|
/external/skia/src/effects/ |
D | SkColorMatrix.cpp | 126 void SkColorMatrix::postRotate(Axis axis, SkScalar degrees) { in postRotate() function in SkColorMatrix
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/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/examples/android/src/org/tensorflow/demo/env/ |
D | ImageUtils.java | 311 matrix.postRotate(applyRotation); in getTransformationMatrix()
|
/external/skia/modules/skottie/src/ |
D | SkottieAdapter.cpp | 61 t.postRotate(fRotation); in totalMatrix() 126 m.postRotate(t * fRotation); in apply()
|
/external/skqp/include/core/ |
D | SkMatrix.h | 980 void postRotate(SkScalar degrees, SkScalar px, SkScalar py); 1007 void postRotate(SkScalar degrees);
|
/external/skia/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/docs/ |
D | SkMatrix_Reference.bmh | 151 matrix.postRotate(45); 1232 #SeeAlso setSinCos preRotate postRotate 1257 #SeeAlso setSinCos preRotate postRotate 1524 #SeeAlso postRotate setRotate 1544 #SeeAlso postRotate setRotate 1760 #Method void postRotate(SkScalar degrees, SkScalar px, SkScalar py) 1772 matrix.postRotate(45, source.width() / 2, source.height() / 2); 1783 #Method void postRotate(SkScalar degrees) 1792 matrix.postRotate(45); 2551 matrix.postRotate(45, center.fX, center.fY); [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMatrix.java | 245 protected boolean postRotate(float degrees, float px, float py) { in postRotate() method in ShadowMatrix 251 protected boolean postRotate(float degrees) { in postRotate() method in ShadowMatrix
|
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ |
D | Camera2BasicFragment.java | 808 matrix.postRotate(90 * (rotation - 2), centerX, centerY); in configureTransform() 810 matrix.postRotate(180, centerX, centerY); in configureTransform()
|