Home
last modified time | relevance | path

Searched refs:RotateDeg (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/modules/skottie/src/effects/
H A DDirectionalBlur.cpp41 SkImageFilters::MatrixTransform(SkMatrix::RotateDeg(rot),
44 SkImageFilters::MatrixTransform(SkMatrix::RotateDeg(-rot),
H A DFractalNoiseEffect.cpp438 * SkMatrix::RotateDeg(fRotation) in shaderMatrix()
446 * SkMatrix::RotateDeg(-fSubRotation) in subMatrix()
/third_party/skia/gm/
H A Druntimeimagefilter.cpp66 draw_layer( 0, 250, SkMatrix::RotateDeg(45, {125, 125})); in DEF_SIMPLE_GM_BG()
67 draw_layer(250, 250, SkMatrix::Scale(0.5f, 0.5f) * SkMatrix::RotateDeg(45, {125, 125})); in DEF_SIMPLE_GM_BG()
H A Drsxtext.cpp66 {0, kSZ*1.1f}, SkMatrix::I(), SkMatrix::RotateDeg(45));
68 {kSZ*1.1f, kSZ*1.1f}, SkMatrix::Scale(2, 2), SkMatrix::RotateDeg(45));
H A Dblurrect.cpp518 matrices.push_back(SkMatrix::RotateDeg(4.f, c)); in DEF_SIMPLE_GM()
520 matrices.push_back(SkMatrix::RotateDeg(63.f, c)); in DEF_SIMPLE_GM()
522 matrices.push_back(SkMatrix::RotateDeg(30.f, c)); in DEF_SIMPLE_GM()
525 matrices.push_back(SkMatrix::RotateDeg(147.f, c)); in DEF_SIMPLE_GM()
534 matrices.push_back(SkMatrix::RotateDeg(197.f, c)); in DEF_SIMPLE_GM()
H A Dmanypathatlases.cpp51 rotatedClip.transform(SkMatrix::RotateDeg(30 * i + 128, {64, 70}));
H A Dimagefilterstransformed.cpp247 SkMatrix matrix = SkMatrix::RotateDeg(fDegrees);
/third_party/skia/experimental/skrive/src/
H A DComponent.cpp67 SkMatrix::RotateDeg(node->getRotation() ) * in ScopedTransformContext()
/third_party/skia/include/core/
H A DSkMatrix.h96 static SkMatrix SK_WARN_UNUSED_RESULT RotateDeg(SkScalar deg) { in RotateDeg() function in SkMatrix
101 static SkMatrix SK_WARN_UNUSED_RESULT RotateDeg(SkScalar deg, SkPoint pt) { in RotateDeg() function in SkMatrix
107 return RotateDeg(SkRadiansToDegrees(rad)); in RotateRad()
/third_party/skia/tests/
H A DGrClipStackTest.cpp599 SkMatrix lm = SkMatrix::RotateDeg(45.f); in DEF_TEST()
670 SkMatrix lm = SkMatrix::RotateDeg(45.f); in DEF_TEST()
1121 SkMatrix lm = SkMatrix::RotateDeg(15.f); in DEF_TEST()
1151 SkMatrix lm = SkMatrix::RotateDeg(15.f); in DEF_TEST()
1212 SkMatrix lm = SkMatrix::RotateDeg(90.f); in DEF_TEST()
1313 SkMatrix lm1 = SkMatrix::RotateDeg(45.f); in DEF_TEST()
1317 SkMatrix lm2 = SkMatrix::RotateDeg(-45.f); in DEF_TEST()
1451 SkMatrix lm1 = SkMatrix::RotateDeg(45.f); in DEF_TEST()
1454 SkMatrix lm2 = SkMatrix::RotateDeg(-45.f); in DEF_TEST()
2034 SkMatrix rot = SkMatrix::RotateDeg(3 in DEF_TEST()
[all...]
/third_party/skia/modules/skottie/src/
H A DTransform.cpp60 * SkMatrix::RotateDeg(fRotation + fOrientation) in totalMatrix()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DRepeater.cpp49 * SkMatrix::RotateDeg(t * fRotation) in instanceTransform()
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp700 SkMatrix angle_adjust = SkMatrix::RotateDeg(-90.f, center); in colrv1_configure_skpaint()
829 transform = SkMatrix::RotateDeg( in colrv1_transform()

Completed in 14 milliseconds