Home
last modified time | relevance | path

Searched refs:postRotate (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/bench/
H A DMatrixBench.cpp156 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 DMatrix_postRotate_2.cpp11 matrix.postRotate(45); in REG_FIDDLE()
H A DMatrix_postRotate.cpp11 matrix.postRotate(45, source.width() / 2, source.height() / 2); in REG_FIDDLE()
H A DMatrix_TypeMask.cpp23 matrix.postRotate(45); in REG_FIDDLE()
H A Dmapradius.cpp12 matrix.postRotate(45, center.fX, center.fY); in REG_FIDDLE()
H A DMatrix_mapRadius.cpp13 matrix.postRotate(45, center.fX, center.fY); in REG_FIDDLE()
/third_party/skia/tests/
H A DMatrixTest.cpp391 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 DDrawBitmapRectTest.cpp36 mat->postRotate(rand.nextSScalar1() * 360); in rand_matrix()
H A DRoundRectTest.cpp753 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 DPathOpsBuilderConicTest.cpp32 matrix.postRotate(r, 0, 0); in testOvalSet()
H A DImageFilterTest.cpp187 matrix.postRotate(SkIntToScalar(45), SK_Scalar1, SK_Scalar1); in FilterList()
/third_party/skia/gm/
H A Dshadertext3.cpp114 localM.postRotate(20);
H A Dscaledemoji.cpp191 perspective.postRotate(rotate);
H A Dimage_pict.cpp91 matrix.postRotate(45);
H A Ddrawimageset.cpp235 matrices[4].postRotate(90, kW / 2.f, kH / 2.f);
/third_party/skia/include/core/
H A DSkMatrix.h1034 SkMatrix& postRotate(SkScalar degrees, SkScalar px, SkScalar py);
1061 SkMatrix& postRotate(SkScalar degrees);
/third_party/skia/src/core/
H A DSkMatrix.cpp483 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 19 milliseconds