Searched refs:postRotate (Results 1 – 15 of 15) sorted by relevance
/external/skia/tests/ |
D | MatrixTest.cpp | 389 mat.postRotate(SkIntToScalar(1)); in test_matrix_preserve_shape() 418 mat.postRotate(SkIntToScalar(30)); in test_matrix_preserve_shape() 532 mat.postRotate(kRotation1); in test_matrix_decomposition() 544 mat.postRotate(kRotation1); in test_matrix_decomposition() 562 mat.postRotate(kRotation0); in test_matrix_decomposition() 568 mat.postRotate(90); in test_matrix_decomposition() 575 mat.postRotate(kRotation0); in test_matrix_decomposition() 582 mat.postRotate(kRotation1); in test_matrix_decomposition() 589 mat.postRotate(kRotation1); in test_matrix_decomposition() 602 mat.postRotate(rot1); in test_matrix_decomposition() [all …]
|
D | DrawBitmapRectTest.cpp | 73 mat->postRotate(rand.nextSScalar1() * 360); in rand_matrix()
|
D | PathOpsBuilderConicTest.cpp | 32 matrix.postRotate(r, 0, 0); in testOvalSet()
|
D | ImageFilterTest.cpp | 441 matrix.postRotate(SkIntToScalar(45), SK_Scalar1, SK_Scalar1); in DEF_TEST()
|
/external/skia/bench/ |
D | MatrixBench.cpp | 157 fMatrix[i].postRotate(rot1); in onDelayedSetup() 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 | image_pict.cpp | 66 matrix.postRotate(45); in onOnceBeforeDraw()
|
D | texteffects.cpp | 134 lattice.postRotate(SkIntToScalar(30), 0, 0); in r9()
|
/external/skia/src/effects/ |
D | SkColorMatrix.cpp | 126 void SkColorMatrix::postRotate(Axis axis, SkScalar degrees) { in postRotate() function in SkColorMatrix
|
/external/skia/experimental/nanomsg/ |
D | picture_demo.cpp | 92 header.matrix.postRotate(rand.nextRangeScalar(-25, 25)); in client()
|
/external/skia/include/core/ |
D | SkMatrix.h | 318 void postRotate(SkScalar degrees, SkScalar px, SkScalar py); 322 void postRotate(SkScalar degrees);
|
/external/skia/samplecode/ |
D | SampleAll.cpp | 213 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 | 509 void SkMatrix::postRotate(SkScalar degrees, SkScalar px, SkScalar py) { in postRotate() function in SkMatrix 515 void SkMatrix::postRotate(SkScalar degrees) { in postRotate() function in SkMatrix
|