Home
last modified time | relevance | path

Searched refs:postRotate (Results 1 – 15 of 15) sorted by relevance

/external/skia/tests/
DMatrixTest.cpp389 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 …]
DDrawBitmapRectTest.cpp73 mat->postRotate(rand.nextSScalar1() * 360); in rand_matrix()
DPathOpsBuilderConicTest.cpp32 matrix.postRotate(r, 0, 0); in testOvalSet()
DImageFilterTest.cpp441 matrix.postRotate(SkIntToScalar(45), SK_Scalar1, SK_Scalar1); in DEF_TEST()
/external/skia/bench/
DMatrixBench.cpp157 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/
DSkColorMatrix.h50 void postRotate(Axis, SkScalar degrees);
/external/skia/gm/
Dshadertext3.cpp100 localM.postRotate(20); in onDraw()
Dimage_pict.cpp66 matrix.postRotate(45); in onOnceBeforeDraw()
Dtexteffects.cpp134 lattice.postRotate(SkIntToScalar(30), 0, 0); in r9()
/external/skia/src/effects/
DSkColorMatrix.cpp126 void SkColorMatrix::postRotate(Axis axis, SkScalar degrees) { in postRotate() function in SkColorMatrix
/external/skia/experimental/nanomsg/
Dpicture_demo.cpp92 header.matrix.postRotate(rand.nextRangeScalar(-25, 25)); in client()
/external/skia/include/core/
DSkMatrix.h318 void postRotate(SkScalar degrees, SkScalar px, SkScalar py);
322 void postRotate(SkScalar degrees);
/external/skia/samplecode/
DSampleAll.cpp213 lattice.postRotate(SkIntToScalar(30), 0, 0); in r9()
DSampleSlides.cpp601 lattice.postRotate(SkIntToScalar(30), 0, 0); in r9()
/external/skia/src/core/
DSkMatrix.cpp509 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