Searched refs:postRotate (Results 1 - 17 of 17) sorted by relevance
/third_party/skia/bench/ |
H A D | MatrixBench.cpp | 156 fMatrix[i].postRotate(rot1); 185 fMatrix.postRotate(45.0f); in InvertMapRectMatrixBench() 271 static SkMatrix make_afine() { SkMatrix m(make_trans()); m.postRotate(15); return m; } in make_afine()
|
/third_party/skia/docs/examples/ |
H A D | Matrix_postRotate_2.cpp | 11 matrix.postRotate(45); in REG_FIDDLE()
|
H A D | Matrix_postRotate.cpp | 11 matrix.postRotate(45, source.width() / 2, source.height() / 2); in REG_FIDDLE()
|
H A D | Matrix_TypeMask.cpp | 23 matrix.postRotate(45); in REG_FIDDLE()
|
H A D | mapradius.cpp | 12 matrix.postRotate(45, center.fX, center.fY); in REG_FIDDLE()
|
H A D | Matrix_mapRadius.cpp | 13 matrix.postRotate(45, center.fX, center.fY); in REG_FIDDLE()
|
/third_party/skia/tests/ |
H A D | MatrixTest.cpp | 391 mat.postRotate(1); in test_matrix_preserve_shape() 412 mat.setScale(3, 2).postRotate(30); in test_matrix_preserve_shape() 523 mat.setScale(kScale0, kScale0).postRotate(kRotation1); in test_matrix_decomposition() 533 mat.setScale(kScale0, -kScale0).postRotate(kRotation1); in test_matrix_decomposition() 548 mat.setScale(kScale1, kScale0).postRotate(kRotation0); in test_matrix_decomposition() 553 mat.setScale(kScale1, kScale0).postRotate(90); in test_matrix_decomposition() 558 mat.setRotate(kRotation1).postScale(kScale0, kScale0).postRotate(kRotation0); in test_matrix_decomposition() 563 mat.setRotate(kRotation0).postScale(kScale1, kScale0).postRotate(kRotation1); in test_matrix_decomposition() 568 mat.setRotate(kRotation0).postScale(-kScale1, kScale0).postRotate(kRotation1); in test_matrix_decomposition() 579 mat.setRotate(rot0).postScale(sx, sy).postRotate(rot in test_matrix_decomposition() [all...] |
H A D | DrawBitmapRectTest.cpp | 36 mat->postRotate(rand.nextSScalar1() * 360); in rand_matrix()
|
H A D | RoundRectTest.cpp | 753 matrix.postRotate(SkIntToScalar(90)); in test_transform_helper() 766 matrix.postRotate(SkIntToScalar(270)); in test_transform_helper() 790 matrix.postRotate(SkIntToScalar(90)); in test_transform_helper() 840 matrix.postRotate(SkIntToScalar(270)); in test_transform_helper()
|
H A D | PathOpsBuilderConicTest.cpp | 32 matrix.postRotate(r, 0, 0); in testOvalSet()
|
H A D | ImageFilterTest.cpp | 187 matrix.postRotate(SkIntToScalar(45), SK_Scalar1, SK_Scalar1); in FilterList()
|
/third_party/skia/gm/ |
H A D | shadertext3.cpp | 114 localM.postRotate(20);
|
H A D | scaledemoji.cpp | 191 perspective.postRotate(rotate);
|
H A D | image_pict.cpp | 91 matrix.postRotate(45);
|
H A D | drawimageset.cpp | 235 matrices[4].postRotate(90, kW / 2.f, kH / 2.f);
|
/third_party/skia/include/core/ |
H A D | SkMatrix.h | 1034 SkMatrix& postRotate(SkScalar degrees, SkScalar px, SkScalar py); 1061 SkMatrix& postRotate(SkScalar degrees);
|
/third_party/skia/src/core/ |
H A D | SkMatrix.cpp | 483 SkMatrix& SkMatrix::postRotate(SkScalar degrees, SkScalar px, SkScalar py) { in postRotate() function in SkMatrix 489 SkMatrix& SkMatrix::postRotate(SkScalar degrees) { in postRotate() function in SkMatrix
|
Completed in 23 milliseconds