Home
last modified time | relevance | path

Searched refs:postRotate (Results 1 – 25 of 42) 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.cpp392 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 …]
DDrawBitmapRectTest.cpp36 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/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/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/docs/examples/
DMatrix_postRotate_2.cpp11 matrix.postRotate(45); in draw()
DMatrix_postRotate.cpp11 matrix.postRotate(45, source.width() / 2, source.height() / 2); in draw()
DMatrix_TypeMask.cpp23 matrix.postRotate(45); in draw()
Dmapradius.cpp12 matrix.postRotate(45, center.fX, center.fY); in draw()
DMatrix_mapRadius.cpp13 matrix.postRotate(45, center.fX, center.fY);
/external/skqp/include/effects/
DSkColorMatrix.h46 void postRotate(Axis, SkScalar degrees);
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/
DRot90Op.java65 matrix.postRotate(-90 * numRotation); in apply()
/external/skia/gm/
Dshadertext3.cpp115 localM.postRotate(20); in onDraw()
Dscaledemoji.cpp191 perspective.postRotate(rotate); in onDraw()
/external/skqp/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/tools/android/test/src/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/tools/android/test/src/org/tensorflow/demo/
DCameraConnectionFragment.java591 matrix.postRotate(90 * (rotation - 2), centerX, centerY); in configureTransform()
593 matrix.postRotate(180, centerX, centerY); in configureTransform()
/external/skqp/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/include/core/
DSkMatrix.h1036 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/
DCamera2BasicFragment.java800 matrix.postRotate(90 * (rotation - 2), centerX, centerY); in configureTransform()
802 matrix.postRotate(180, centerX, centerY); in configureTransform()

12