Home
last modified time | relevance | path

Searched refs:postRotate (Results 1 – 25 of 39) sorted by relevance

12

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMatrixTest.java36 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/
DMatrixTest.cpp402 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 …]
DDrawBitmapRectTest.cpp34 mat->postRotate(rand.nextSScalar1() * 360); in rand_matrix()
/external/skqp/tests/
DMatrixTest.cpp402 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 …]
DDrawBitmapRectTest.cpp34 mat->postRotate(rand.nextSScalar1() * 360); in rand_matrix()
/external/skqp/bench/
DMatrixBench.cpp156 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/
DMatrixBench.cpp156 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/
DSkColorMatrix.h46 void postRotate(Axis, SkScalar degrees);
/external/skia/include/effects/
DSkColorMatrix.h46 void postRotate(Axis, SkScalar degrees);
/external/skqp/gm/
Dshadertext3.cpp97 localM.postRotate(20); in onDraw()
/external/skia/gm/
Dshadertext3.cpp97 localM.postRotate(20); in onDraw()
/external/skqp/modules/skottie/src/
DSkottieAdapter.cpp59 t.postRotate(fRotation); in totalMatrix()
124 m.postRotate(t * fRotation); in apply()
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DCameraConnectionFragment.java591 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/
DCameraConnectionFragment.java585 matrix.postRotate(90 * (rotation - 2), centerX, centerY); in configureTransform()
587 matrix.postRotate(180, centerX, centerY); in configureTransform()
/external/skia/src/effects/
DSkColorMatrix.cpp126 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/
DImageUtils.java311 matrix.postRotate(applyRotation); in getTransformationMatrix()
/external/skqp/src/effects/
DSkColorMatrix.cpp126 void SkColorMatrix::postRotate(Axis axis, SkScalar degrees) { in postRotate() function in SkColorMatrix
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
DImageUtils.java311 matrix.postRotate(applyRotation); in getTransformationMatrix()
/external/skia/modules/skottie/src/
DSkottieAdapter.cpp61 t.postRotate(fRotation); in totalMatrix()
126 m.postRotate(t * fRotation); in apply()
/external/skqp/include/core/
DSkMatrix.h980 void postRotate(SkScalar degrees, SkScalar px, SkScalar py);
1007 void postRotate(SkScalar degrees);
/external/skia/include/core/
DSkMatrix.h980 void postRotate(SkScalar degrees, SkScalar px, SkScalar py);
1007 void postRotate(SkScalar degrees);
/external/skqp/docs/
DSkMatrix_Reference.bmh152 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/
DSkMatrix_Reference.bmh151 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/
DShadowMatrix.java245 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/
DCamera2BasicFragment.java808 matrix.postRotate(90 * (rotation - 2), centerX, centerY); in configureTransform()
810 matrix.postRotate(180, centerX, centerY); in configureTransform()

12