Searched refs:postRotate (Results 1 – 14 of 14) sorted by relevance
/external/skia/tests/ |
D | MatrixTest.cpp | 382 mat.postRotate(SkIntToScalar(1)); in test_matrix_preserve_shape() 411 mat.postRotate(SkIntToScalar(30)); in test_matrix_preserve_shape() 525 mat.postRotate(kRotation1); in test_matrix_decomposition() 537 mat.postRotate(kRotation1); in test_matrix_decomposition() 555 mat.postRotate(kRotation0); in test_matrix_decomposition() 561 mat.postRotate(90); in test_matrix_decomposition() 568 mat.postRotate(kRotation0); in test_matrix_decomposition() 575 mat.postRotate(kRotation1); in test_matrix_decomposition() 582 mat.postRotate(kRotation1); in test_matrix_decomposition() 595 mat.postRotate(rot1); in test_matrix_decomposition() [all …]
|
D | DrawBitmapRectTest.cpp | 69 mat->postRotate(rand.nextSScalar1() * 360); in rand_matrix()
|
D | ImageFilterTest.cpp | 430 matrix.postRotate(SkIntToScalar(45), SK_Scalar1, SK_Scalar1); in DEF_TEST()
|
/external/skia/bench/ |
D | MatrixBench.cpp | 157 fMatrix[i].postRotate(rot1); in onPreDraw() 186 fMatrix.postRotate(45.0f); in InvertMapRectMatrixBench() 272 static SkMatrix make_afine() { SkMatrix m(make_trans()); m.postRotate(15); return m; } in make_afine()
|
/external/skia/include/effects/ |
D | SkColorMatrix.h | 50 void postRotate(Axis, SkScalar degrees);
|
/external/skia/gm/ |
D | shadertext3.cpp | 100 localM.postRotate(20); in onDraw()
|
D | texteffects.cpp | 134 lattice.postRotate(SkIntToScalar(30), 0, 0); in r9()
|
/external/skia/experimental/nanomsg/ |
D | picture_demo.cpp | 92 header.matrix.postRotate(rand.nextRangeScalar(-25, 25)); in client()
|
/external/skia/src/effects/ |
D | SkColorMatrix.cpp | 126 void SkColorMatrix::postRotate(Axis axis, SkScalar degrees) { in postRotate() function in SkColorMatrix
|
/external/skia/include/core/ |
D | SkMatrix.h | 313 void postRotate(SkScalar degrees, SkScalar px, SkScalar py); 317 void postRotate(SkScalar degrees);
|
/external/skia/samplecode/ |
D | SampleAll.cpp | 215 lattice.postRotate(SkIntToScalar(30), 0, 0); in r9()
|
D | SampleSlides.cpp | 601 lattice.postRotate(SkIntToScalar(30), 0, 0); in r9()
|
/external/skia/src/core/ |
D | SkMatrix.cpp | 482 void SkMatrix::postRotate(SkScalar degrees, SkScalar px, SkScalar py) { in postRotate() function in SkMatrix 488 void SkMatrix::postRotate(SkScalar degrees) { in postRotate() function in SkMatrix
|
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |